Guest User

Untitled

a guest
Apr 22nd, 2022
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 348.58 KB | None | 0 0
  1. Info 0 [19:12:36.950] Starting TS Server
  2. Info 1 [19:12:36.951] Version: 4.6.3
  3. Info 2 [19:12:36.951] Arguments: /Users/otavio/.nvm/versions/node/v14.18.1/bin/node /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js --allowLocalPluginLoads --useInferredProjectPerProjectRoot --cancellationPipeName /var/folders/74/2ndnt8jn1hqd5vn92zb5cpkr0000gn/T/nvim9s5rw8/coc.nvim-41371/coc-nvim-tscancellation-6523e88690fa77d752d9.sock* --logVerbosity verbose --logFile /var/folders/74/2ndnt8jn1hqd5vn92zb5cpkr0000gn/T/nvim9s5rw8/coc.nvim-41371/tsserver.log --npmLocation "/Users/otavio/.nvm/versions/node/v14.18.1/bin/npm" --noGetErrOnBackgroundUpdate --validateDefaultNpmLocation
  4. Info 3 [19:12:36.951] Platform: darwin NodeVersion: 14 CaseSensitive: false
  5. Info 4 [19:12:36.951] ServerMode: undefined syntaxOnly: false hasUnknownServerMode: undefined
  6. Info 5 [19:12:36.954] Binding...
  7. Info 6 [19:12:36.957] request:
  8. {"seq":0,"type":"request","command":"configure","arguments":{"hostInfo":"coc-nvim","preferences":{"providePrefixAndSuffixTextForRename":true,"allowRenameOfImportPath":true,"includePackageJsonAutoImports":"auto"}}}
  9. Info 7 [19:12:36.957] Host information coc-nvim
  10. Info 8 [19:12:36.957] response:
  11. {"seq":0,"type":"response","command":"configure","request_seq":0,"success":true}
  12. Perf 9 [19:12:36.958] 0::configure: async elapsed time (in milliseconds) 0.5599
  13. Info 10 [19:12:36.958] request:
  14. {"seq":1,"type":"request","command":"compilerOptionsForInferredProjects","arguments":{"options":{"module":"commonjs","target":"es2016","jsx":"preserve","allowJs":true,"allowSyntheticDefaultImports":true,"allowNonTsExtensions":true}}}
  15. Perf 11 [19:12:36.958] 1::compilerOptionsForInferredProjects: elapsed time (in milliseconds) 0.1693
  16. Info 12 [19:12:36.958] response:
  17. {"seq":0,"type":"response","command":"compilerOptionsForInferredProjects","request_seq":1,"success":true,"body":true}
  18. Info 13 [19:12:36.958] event:
  19. {"seq":0,"type":"event","event":"typingsInstallerPid","body":{"pid":42592}}
  20. Info 14 [19:12:37.073] request:
  21. {"seq":2,"type":"request","command":"updateOpen","arguments":{"changedFiles":[],"closedFiles":[],"openFiles":[{"file":"/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts","fileContent":"import { AbiItem } from 'web3-utils'\nimport Contract from './Contract';\nimport PendingWithdrawalTokenJson from '../abi/contracts/PendingWithdrawalToken.json';\nimport BigNumber from 'bignumber.js';\n\ntype WithdrawalTokenReturn = { id: string, withdrawalToken: WithdrawalTokenReturnBase }\ntype WithdrawalTokenReturnBase = { amount: BigNumber, dateMayWithdraw: BigNumber, state: string, tokenType: string }\n\nexport class WithdrawalTokenOption {\n id: string;\n amount: BigNumber\n dateMayWithdraw: BigNumber;\n state: string\n tokenType: string\n\n constructor({ id, withdrawalToken }: WithdrawalTokenReturn) {\n this.id = id;\n this.amount = new BigNumber(withdrawalToken.amount)\n this.dateMayWithdraw = new BigNumber(withdrawalToken.dateMayWithdraw);\n this.state = withdrawalToken.state\n this.tokenType = withdrawalToken.tokenType // 0 = Jr, 1 = Sr\n }\n}\n\nexport default class PendingWithdrawalToken extends Contract {\n static abi: AbiItem[] = PendingWithdrawalTokenJson.abi as AbiItem[];\n\n pendingTokensOf = async (owner: string): Promise<WithdrawalTokenOption[]> =>\n (await this.call(\"pendingTokensOf\", owner) as WithdrawalTokenReturn[]).map(o => new WithdrawalTokenOption(o));\n\n protected constants() { return []; };\n}\n\n","projectRootPath":"/Users/otavio/Projetos/nest-investment-front","scriptKindName":"TS"}]}}
  22. Info 15 [19:12:37.074] Search path: /Users/otavio/Projetos/nest-investment-front/models
  23. Info 16 [19:12:37.074] For info: /Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts :: Config file name: /Users/otavio/Projetos/nest-investment-front/tsconfig.json
  24. Info 17 [19:12:37.074] Creating configuration project /Users/otavio/Projetos/nest-investment-front/tsconfig.json
  25. Info 18 [19:12:37.075] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/tsconfig.json 2000 undefined Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Config file
  26. Info 19 [19:12:37.076] event:
  27. {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/Users/otavio/Projetos/nest-investment-front/tsconfig.json","reason":"Creating possible configured project for /Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts to open"}}
  28. Info 20 [19:12:37.092] Config: /Users/otavio/Projetos/nest-investment-front/tsconfig.json : {
  29. "rootNames": [
  30. "/Users/otavio/Projetos/nest-investment-front/next-env.d.ts",
  31. "/Users/otavio/Projetos/nest-investment-front/lib/Epoch.ts",
  32. "/Users/otavio/Projetos/nest-investment-front/lib/convertUsd.ts",
  33. "/Users/otavio/Projetos/nest-investment-front/lib/repeater.ts",
  34. "/Users/otavio/Projetos/nest-investment-front/lib/use-async.ts",
  35. "/Users/otavio/Projetos/nest-investment-front/lib/useWallet.ts",
  36. "/Users/otavio/Projetos/nest-investment-front/lib/useWallet/DataUpdater.ts",
  37. "/Users/otavio/Projetos/nest-investment-front/lib/useWallet/Singleton.ts",
  38. "/Users/otavio/Projetos/nest-investment-front/lib/useWallet/Wallet.ts",
  39. "/Users/otavio/Projetos/nest-investment-front/lib/useWallet/provider.ts",
  40. "/Users/otavio/Projetos/nest-investment-front/lib/useWallet/switchToChain.ts",
  41. "/Users/otavio/Projetos/nest-investment-front/lib/useWallet/web3Modal.ts",
  42. "/Users/otavio/Projetos/nest-investment-front/models/AllContracts.ts",
  43. "/Users/otavio/Projetos/nest-investment-front/models/BaseERC20.ts",
  44. "/Users/otavio/Projetos/nest-investment-front/models/Chain.ts",
  45. "/Users/otavio/Projetos/nest-investment-front/models/Contract.ts",
  46. "/Users/otavio/Projetos/nest-investment-front/models/Investment.ts",
  47. "/Users/otavio/Projetos/nest-investment-front/models/JuniorToken.ts",
  48. "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
  49. "/Users/otavio/Projetos/nest-investment-front/models/SeniorToken.ts",
  50. "/Users/otavio/Projetos/nest-investment-front/pages/api/hello.ts",
  51. "/Users/otavio/Projetos/nest-investment-front/components/ConnectedArea.tsx",
  52. "/Users/otavio/Projetos/nest-investment-front/components/Footer.tsx",
  53. "/Users/otavio/Projetos/nest-investment-front/components/Header.tsx",
  54. "/Users/otavio/Projetos/nest-investment-front/components/InvestmentArea.tsx",
  55. "/Users/otavio/Projetos/nest-investment-front/components/NotFound.tsx",
  56. "/Users/otavio/Projetos/nest-investment-front/components/WrongChain.tsx",
  57. "/Users/otavio/Projetos/nest-investment-front/components/investmentInvest/CurrentPosition.tsx",
  58. "/Users/otavio/Projetos/nest-investment-front/components/investmentInvest/InvestModal.tsx",
  59. "/Users/otavio/Projetos/nest-investment-front/components/investmentInvest/JuniorTranche.tsx",
  60. "/Users/otavio/Projetos/nest-investment-front/components/investmentInvest/Timeline.tsx",
  61. "/Users/otavio/Projetos/nest-investment-front/components/investmentSelection/ConnectWallet.tsx",
  62. "/Users/otavio/Projetos/nest-investment-front/components/investmentSelection/InvestmentItem.tsx",
  63. "/Users/otavio/Projetos/nest-investment-front/components/investmentSelection/InvestmentList.tsx",
  64. "/Users/otavio/Projetos/nest-investment-front/components/investmentSelection/InvestmentTotals.tsx",
  65. "/Users/otavio/Projetos/nest-investment-front/components/investmentShow/Agent.tsx",
  66. "/Users/otavio/Projetos/nest-investment-front/components/investmentShow/Info.tsx",
  67. "/Users/otavio/Projetos/nest-investment-front/components/investmentShow/Overview.tsx",
  68. "/Users/otavio/Projetos/nest-investment-front/components/investmentShow/index.tsx",
  69. "/Users/otavio/Projetos/nest-investment-front/components/investmentWithdraw/JuniorTranche.tsx",
  70. "/Users/otavio/Projetos/nest-investment-front/components/investmentWithdraw/WithdrawModal.tsx",
  71. "/Users/otavio/Projetos/nest-investment-front/components/shared/JuniorTrancheInfo.tsx",
  72. "/Users/otavio/Projetos/nest-investment-front/components/shared/WithdrawForm.tsx",
  73. "/Users/otavio/Projetos/nest-investment-front/components/ui/TableHeader.tsx",
  74. "/Users/otavio/Projetos/nest-investment-front/components/ui/TableItem.tsx",
  75. "/Users/otavio/Projetos/nest-investment-front/components/ui/TransitionLayout.tsx",
  76. "/Users/otavio/Projetos/nest-investment-front/lib/NumberInput.tsx",
  77. "/Users/otavio/Projetos/nest-investment-front/models/Money.tsx",
  78. "/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx",
  79. "/Users/otavio/Projetos/nest-investment-front/pages/index.tsx",
  80. "/Users/otavio/Projetos/nest-investment-front/pages/investment/[id].tsx",
  81. "/Users/otavio/Projetos/nest-investment-front/pages/investment/[id]/invest.tsx",
  82. "/Users/otavio/Projetos/nest-investment-front/pages/investment/[id]/withdraw.tsx"
  83. ],
  84. "options": {
  85. "target": 1,
  86. "lib": [
  87. "lib.dom.d.ts",
  88. "lib.dom.iterable.d.ts",
  89. "lib.esnext.d.ts"
  90. ],
  91. "allowJs": true,
  92. "skipLibCheck": true,
  93. "strict": true,
  94. "forceConsistentCasingInFileNames": true,
  95. "noEmit": true,
  96. "esModuleInterop": true,
  97. "module": 99,
  98. "moduleResolution": 2,
  99. "resolveJsonModule": true,
  100. "isolatedModules": true,
  101. "jsx": 1,
  102. "incremental": true,
  103. "configFilePath": "/Users/otavio/Projetos/nest-investment-front/tsconfig.json"
  104. }
  105. }
  106. Info 21 [19:12:37.093] DirectoryWatcher:: Added:: WatchInfo: /users/otavio/projetos/nest-investment-front 1 undefined Config: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Wild card directory
  107. Info 22 [19:12:37.097] Elapsed:: 3.963334023952484ms DirectoryWatcher:: Added:: WatchInfo: /users/otavio/projetos/nest-investment-front 1 undefined Config: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Wild card directory
  108. Info 23 [19:12:37.097] Local plugin loading enabled; adding /users/otavio/projetos/nest-investment-front to search paths
  109. Info 24 [19:12:37.097] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/next-env.d.ts 500 undefined WatchType: Closed Script info
  110. Info 25 [19:12:37.097] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/lib/Epoch.ts 500 undefined WatchType: Closed Script info
  111. Info 26 [19:12:37.097] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/lib/convertUsd.ts 500 undefined WatchType: Closed Script info
  112. Info 27 [19:12:37.097] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/lib/repeater.ts 500 undefined WatchType: Closed Script info
  113. Info 28 [19:12:37.098] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/lib/use-async.ts 500 undefined WatchType: Closed Script info
  114. Info 29 [19:12:37.098] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/lib/useWallet.ts 500 undefined WatchType: Closed Script info
  115. Info 30 [19:12:37.098] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/lib/useWallet/DataUpdater.ts 500 undefined WatchType: Closed Script info
  116. Info 31 [19:12:37.098] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/lib/useWallet/Singleton.ts 500 undefined WatchType: Closed Script info
  117. Info 32 [19:12:37.098] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/lib/useWallet/Wallet.ts 500 undefined WatchType: Closed Script info
  118. Info 33 [19:12:37.098] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/lib/useWallet/provider.ts 500 undefined WatchType: Closed Script info
  119. Info 34 [19:12:37.098] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/lib/useWallet/switchToChain.ts 500 undefined WatchType: Closed Script info
  120. Info 35 [19:12:37.098] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/lib/useWallet/web3Modal.ts 500 undefined WatchType: Closed Script info
  121. Info 36 [19:12:37.098] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/models/AllContracts.ts 500 undefined WatchType: Closed Script info
  122. Info 37 [19:12:37.098] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/models/BaseERC20.ts 500 undefined WatchType: Closed Script info
  123. Info 38 [19:12:37.098] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/models/Chain.ts 500 undefined WatchType: Closed Script info
  124. Info 39 [19:12:37.098] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/models/Contract.ts 500 undefined WatchType: Closed Script info
  125. Info 40 [19:12:37.099] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/models/Investment.ts 500 undefined WatchType: Closed Script info
  126. Info 41 [19:12:37.099] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/models/JuniorToken.ts 500 undefined WatchType: Closed Script info
  127. Info 42 [19:12:37.099] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/models/SeniorToken.ts 500 undefined WatchType: Closed Script info
  128. Info 43 [19:12:37.099] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/pages/api/hello.ts 500 undefined WatchType: Closed Script info
  129. Info 44 [19:12:37.099] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/ConnectedArea.tsx 500 undefined WatchType: Closed Script info
  130. Info 45 [19:12:37.099] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/Footer.tsx 500 undefined WatchType: Closed Script info
  131. Info 46 [19:12:37.099] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/Header.tsx 500 undefined WatchType: Closed Script info
  132. Info 47 [19:12:37.099] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/InvestmentArea.tsx 500 undefined WatchType: Closed Script info
  133. Info 48 [19:12:37.099] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/NotFound.tsx 500 undefined WatchType: Closed Script info
  134. Info 49 [19:12:37.099] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/WrongChain.tsx 500 undefined WatchType: Closed Script info
  135. Info 50 [19:12:37.099] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/investmentInvest/CurrentPosition.tsx 500 undefined WatchType: Closed Script info
  136. Info 51 [19:12:37.099] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/investmentInvest/InvestModal.tsx 500 undefined WatchType: Closed Script info
  137. Info 52 [19:12:37.099] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/investmentInvest/JuniorTranche.tsx 500 undefined WatchType: Closed Script info
  138. Info 53 [19:12:37.100] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/investmentInvest/Timeline.tsx 500 undefined WatchType: Closed Script info
  139. Info 54 [19:12:37.100] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/investmentSelection/ConnectWallet.tsx 500 undefined WatchType: Closed Script info
  140. Info 55 [19:12:37.100] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/investmentSelection/InvestmentItem.tsx 500 undefined WatchType: Closed Script info
  141. Info 56 [19:12:37.100] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/investmentSelection/InvestmentList.tsx 500 undefined WatchType: Closed Script info
  142. Info 57 [19:12:37.100] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/investmentSelection/InvestmentTotals.tsx 500 undefined WatchType: Closed Script info
  143. Info 58 [19:12:37.100] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/investmentShow/Agent.tsx 500 undefined WatchType: Closed Script info
  144. Info 59 [19:12:37.100] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/investmentShow/Info.tsx 500 undefined WatchType: Closed Script info
  145. Info 60 [19:12:37.100] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/investmentShow/Overview.tsx 500 undefined WatchType: Closed Script info
  146. Info 61 [19:12:37.100] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/investmentShow/index.tsx 500 undefined WatchType: Closed Script info
  147. Info 62 [19:12:37.100] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/investmentWithdraw/JuniorTranche.tsx 500 undefined WatchType: Closed Script info
  148. Info 63 [19:12:37.100] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/investmentWithdraw/WithdrawModal.tsx 500 undefined WatchType: Closed Script info
  149. Info 64 [19:12:37.100] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/shared/JuniorTrancheInfo.tsx 500 undefined WatchType: Closed Script info
  150. Info 65 [19:12:37.100] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/shared/WithdrawForm.tsx 500 undefined WatchType: Closed Script info
  151. Info 66 [19:12:37.100] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/ui/TableHeader.tsx 500 undefined WatchType: Closed Script info
  152. Info 67 [19:12:37.101] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/ui/TableItem.tsx 500 undefined WatchType: Closed Script info
  153. Info 68 [19:12:37.101] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/ui/TransitionLayout.tsx 500 undefined WatchType: Closed Script info
  154. Info 69 [19:12:37.101] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/lib/NumberInput.tsx 500 undefined WatchType: Closed Script info
  155. Info 70 [19:12:37.101] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/models/Money.tsx 500 undefined WatchType: Closed Script info
  156. Info 71 [19:12:37.101] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/pages/_app.tsx 500 undefined WatchType: Closed Script info
  157. Info 72 [19:12:37.101] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/pages/index.tsx 500 undefined WatchType: Closed Script info
  158. Info 73 [19:12:37.101] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/pages/investment/[id].tsx 500 undefined WatchType: Closed Script info
  159. Info 74 [19:12:37.101] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/pages/investment/[id]/invest.tsx 500 undefined WatchType: Closed Script info
  160. Info 75 [19:12:37.101] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/pages/investment/[id]/withdraw.tsx 500 undefined WatchType: Closed Script info
  161. Info 76 [19:12:37.117] Starting updateGraphWorker: Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json
  162. Info 77 [19:12:37.138] DirectoryWatcher:: Added:: WatchInfo: /users/otavio/projetos/nest-investment-front/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache
  163. Info 78 [19:12:37.139] Elapsed:: 0.07041597366333008ms DirectoryWatcher:: Added:: WatchInfo: /users/otavio/projetos/nest-investment-front/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache
  164. Info 79 [19:12:37.142] DirectoryWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/node_modules 1 undefined Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Failed Lookup Locations
  165. Info 80 [19:12:37.142] Elapsed:: 0.060416996479034424ms DirectoryWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/node_modules 1 undefined Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Failed Lookup Locations
  166. Info 81 [19:12:37.621] DirectoryWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/models 1 undefined Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Failed Lookup Locations
  167. Info 82 [19:12:37.621] Elapsed:: 0.09733301401138306ms DirectoryWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/models 1 undefined Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Failed Lookup Locations
  168. Info 83 [19:12:37.734] DirectoryWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/public 1 undefined Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Failed Lookup Locations
  169. Info 84 [19:12:37.735] Elapsed:: 0.06383299827575684ms DirectoryWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/public 1 undefined Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Failed Lookup Locations
  170. Info 85 [19:12:37.736] DirectoryWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/abi 1 undefined Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Failed Lookup Locations
  171. Info 86 [19:12:37.736] Elapsed:: 0.05112498998641968ms DirectoryWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/abi 1 undefined Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Failed Lookup Locations
  172. Info 87 [19:12:37.737] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/abi/contracts/Investment.json 500 undefined WatchType: Closed Script info
  173. Info 88 [19:12:37.807] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/abi/contracts/JuniorToken.json 500 undefined WatchType: Closed Script info
  174. Info 89 [19:12:37.817] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/abi/contracts/CReal.json 500 undefined WatchType: Closed Script info
  175. Info 90 [19:12:37.824] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/abi/contracts/PendingWithdrawalToken.json 500 undefined WatchType: Closed Script info
  176. Info 91 [19:12:37.855] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/abi/contracts/SeniorToken.json 500 undefined WatchType: Closed Script info
  177. Info 92 [19:12:37.864] DirectoryWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components 1 undefined Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Failed Lookup Locations
  178. Info 93 [19:12:37.864] Elapsed:: 0.08008301258087158ms DirectoryWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components 1 undefined Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Failed Lookup Locations
  179. Info 94 [19:12:37.964] DirectoryWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/lib 1 undefined Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Failed Lookup Locations
  180. Info 95 [19:12:37.964] Elapsed:: 0.0726250410079956ms DirectoryWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/lib 1 undefined Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Failed Lookup Locations
  181. Info 96 [19:12:37.976] DirectoryWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/pages 1 undefined Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Failed Lookup Locations
  182. Info 97 [19:12:37.976] Elapsed:: 0.09004104137420654ms DirectoryWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/pages 1 undefined Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Failed Lookup Locations
  183. Info 98 [19:12:37.978] DirectoryWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/styles 1 undefined Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Failed Lookup Locations
  184. Info 99 [19:12:37.978] Elapsed:: 0.06070899963378906ms DirectoryWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/styles 1 undefined Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Failed Lookup Locations
  185. Info 100 [19:12:38.407] DirectoryWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/node_modules/@types 1 undefined Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Type roots
  186. Info 101 [19:12:38.408] Elapsed:: 0.1624169945716858ms DirectoryWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/node_modules/@types 1 undefined Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Type roots
  187. Info 102 [19:12:38.408] Finishing updateGraphWorker: Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 1290.819541990757ms
  188. Info 103 [19:12:38.408] Project '/Users/otavio/Projetos/nest-investment-front/tsconfig.json' (Configured)
  189. Info 104 [19:12:38.424] Files (480)
  190. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es5.d.ts
  191. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2015.d.ts
  192. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2016.d.ts
  193. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2017.d.ts
  194. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2018.d.ts
  195. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2019.d.ts
  196. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2020.d.ts
  197. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2021.d.ts
  198. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2022.d.ts
  199. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.esnext.d.ts
  200. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.dom.d.ts
  201. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.dom.iterable.d.ts
  202. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2015.core.d.ts
  203. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2015.collection.d.ts
  204. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2015.generator.d.ts
  205. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2015.iterable.d.ts
  206. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2015.promise.d.ts
  207. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2015.proxy.d.ts
  208. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2015.reflect.d.ts
  209. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2015.symbol.d.ts
  210. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts
  211. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2016.array.include.d.ts
  212. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2017.object.d.ts
  213. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts
  214. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2017.string.d.ts
  215. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2017.intl.d.ts
  216. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts
  217. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts
  218. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts
  219. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2018.intl.d.ts
  220. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2018.promise.d.ts
  221. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2018.regexp.d.ts
  222. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2019.array.d.ts
  223. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2019.object.d.ts
  224. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2019.string.d.ts
  225. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2019.symbol.d.ts
  226. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2020.bigint.d.ts
  227. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2020.promise.d.ts
  228. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts
  229. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2020.string.d.ts
  230. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts
  231. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2020.intl.d.ts
  232. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2021.promise.d.ts
  233. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2021.string.d.ts
  234. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2021.weakref.d.ts
  235. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2021.intl.d.ts
  236. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2022.array.d.ts
  237. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2022.error.d.ts
  238. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2022.object.d.ts
  239. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2022.string.d.ts
  240. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.esnext.intl.d.ts
  241. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/amp.d.ts
  242. /Users/otavio/Projetos/nest-investment-front/node_modules/next/amp.d.ts
  243. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/react/global.d.ts
  244. /Users/otavio/Projetos/nest-investment-front/node_modules/csstype/index.d.ts
  245. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/prop-types/index.d.ts
  246. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/scheduler/tracing.d.ts
  247. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/react/index.d.ts
  248. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/assert.d.ts
  249. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/assert/strict.d.ts
  250. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/globals.d.ts
  251. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/async_hooks.d.ts
  252. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/buffer.d.ts
  253. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/child_process.d.ts
  254. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/cluster.d.ts
  255. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/console.d.ts
  256. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/constants.d.ts
  257. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/crypto.d.ts
  258. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/dgram.d.ts
  259. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/diagnostics_channel.d.ts
  260. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/dns.d.ts
  261. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/dns/promises.d.ts
  262. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/domain.d.ts
  263. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/events.d.ts
  264. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/fs.d.ts
  265. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/fs/promises.d.ts
  266. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/http.d.ts
  267. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/http2.d.ts
  268. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/https.d.ts
  269. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/inspector.d.ts
  270. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/module.d.ts
  271. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/net.d.ts
  272. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/os.d.ts
  273. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/path.d.ts
  274. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/perf_hooks.d.ts
  275. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/process.d.ts
  276. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/punycode.d.ts
  277. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/querystring.d.ts
  278. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/readline.d.ts
  279. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/repl.d.ts
  280. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/stream.d.ts
  281. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/stream/promises.d.ts
  282. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/stream/consumers.d.ts
  283. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/stream/web.d.ts
  284. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/string_decoder.d.ts
  285. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/timers.d.ts
  286. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/timers/promises.d.ts
  287. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/tls.d.ts
  288. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/trace_events.d.ts
  289. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/tty.d.ts
  290. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/url.d.ts
  291. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/util.d.ts
  292. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/v8.d.ts
  293. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/vm.d.ts
  294. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/wasi.d.ts
  295. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/worker_threads.d.ts
  296. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/zlib.d.ts
  297. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/globals.global.d.ts
  298. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/index.d.ts
  299. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/get-page-files.d.ts
  300. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/html-context.d.ts
  301. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/compiled/webpack/webpack.d.ts
  302. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/lib/load-custom-routes.d.ts
  303. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/image-config.d.ts
  304. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/config-shared.d.ts
  305. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/config.d.ts
  306. /Users/otavio/Projetos/nest-investment-front/node_modules/@next/env/types/index.d.ts
  307. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/mitt.d.ts
  308. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/client/with-router.d.ts
  309. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/client/router.d.ts
  310. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/client/route-loader.d.ts
  311. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/client/page-loader.d.ts
  312. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.d.ts
  313. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/router/router.d.ts
  314. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/react-dom/index.d.ts
  315. /Users/otavio/Projetos/nest-investment-front/node_modules/styled-jsx/index.d.ts
  316. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/base-http/index.d.ts
  317. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/api-utils/index.d.ts
  318. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.d.ts
  319. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/web/next-url.d.ts
  320. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/web/spec-extension/request.d.ts
  321. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/web/spec-compliant/fetch-event.d.ts
  322. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/web/spec-extension/fetch-event.d.ts
  323. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/web/spec-extension/response.d.ts
  324. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/web/types.d.ts
  325. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/request-meta.d.ts
  326. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/router.d.ts
  327. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/build/webpack/loaders/next-middleware-wasm-loader.d.ts
  328. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/build/webpack/plugins/middleware-plugin.d.ts
  329. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/render-result.d.ts
  330. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/router/utils/parse-url.d.ts
  331. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/router/utils/parse-next-url.d.ts
  332. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/build/index.d.ts
  333. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.d.ts
  334. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/send-payload/revalidate-headers.d.ts
  335. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/send-payload/index.d.ts
  336. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/base-http/node.d.ts
  337. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/font-utils.d.ts
  338. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/load-components.d.ts
  339. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/render.d.ts
  340. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/router/utils/route-regex.d.ts
  341. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/router/utils/get-middleware-regex.d.ts
  342. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/router/utils/route-matcher.d.ts
  343. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/router/utils/routing-items.d.ts
  344. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/router/utils/sorted-routes.d.ts
  345. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/router/utils/is-dynamic.d.ts
  346. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/router/utils/index.d.ts
  347. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/server-route-utils.d.ts
  348. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/base-server.d.ts
  349. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/response-cache.d.ts
  350. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/image-optimizer.d.ts
  351. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/next-server.d.ts
  352. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/lib/coalesced-function.d.ts
  353. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/dev/static-paths-worker.d.ts
  354. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/dev/next-dev-server.d.ts
  355. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/next.d.ts
  356. /Users/otavio/Projetos/nest-investment-front/node_modules/next/types/index.d.ts
  357. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/utils.d.ts
  358. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/pages/_app.d.ts
  359. /Users/otavio/Projetos/nest-investment-front/node_modules/next/app.d.ts
  360. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/runtime-config.d.ts
  361. /Users/otavio/Projetos/nest-investment-front/node_modules/next/config.d.ts
  362. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/pages/_document.d.ts
  363. /Users/otavio/Projetos/nest-investment-front/node_modules/next/document.d.ts
  364. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/dynamic.d.ts
  365. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dynamic.d.ts
  366. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/pages/_error.d.ts
  367. /Users/otavio/Projetos/nest-investment-front/node_modules/next/error.d.ts
  368. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/head.d.ts
  369. /Users/otavio/Projetos/nest-investment-front/node_modules/next/head.d.ts
  370. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/client/image.d.ts
  371. /Users/otavio/Projetos/nest-investment-front/node_modules/next/image.d.ts
  372. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/client/link.d.ts
  373. /Users/otavio/Projetos/nest-investment-front/node_modules/next/link.d.ts
  374. /Users/otavio/Projetos/nest-investment-front/node_modules/next/router.d.ts
  375. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/client/script.d.ts
  376. /Users/otavio/Projetos/nest-investment-front/node_modules/next/script.d.ts
  377. /Users/otavio/Projetos/nest-investment-front/node_modules/next/server.d.ts
  378. /Users/otavio/Projetos/nest-investment-front/node_modules/next/types/global.d.ts
  379. /Users/otavio/Projetos/nest-investment-front/node_modules/next/index.d.ts
  380. /Users/otavio/Projetos/nest-investment-front/node_modules/next/image-types/global.d.ts
  381. /Users/otavio/Projetos/nest-investment-front/next-env.d.ts
  382. /Users/otavio/Projetos/nest-investment-front/node_modules/bignumber.js/bignumber.d.ts
  383. /Users/otavio/Projetos/nest-investment-front/lib/Epoch.ts
  384. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/types.d.ts
  385. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/helpers.d.ts
  386. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Col.d.ts
  387. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/enums.d.ts
  388. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/modifiers/popperOffsets.d.ts
  389. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/modifiers/flip.d.ts
  390. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/modifiers/hide.d.ts
  391. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/modifiers/offset.d.ts
  392. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/modifiers/eventListeners.d.ts
  393. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/modifiers/computeStyles.d.ts
  394. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/modifiers/arrow.d.ts
  395. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/modifiers/preventOverflow.d.ts
  396. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/modifiers/applyStyles.d.ts
  397. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/types.d.ts
  398. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/modifiers/index.d.ts
  399. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/utils/detectOverflow.d.ts
  400. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/createPopper.d.ts
  401. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/popper-lite.d.ts
  402. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/popper.d.ts
  403. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/index.d.ts
  404. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/index.d.ts
  405. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/usePopper.d.ts
  406. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/types.d.ts
  407. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/usePlaceholder.d.ts
  408. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/PlaceholderButton.d.ts
  409. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Placeholder.d.ts
  410. /Users/otavio/Projetos/nest-investment-front/models/Money.tsx
  411. /Users/otavio/Projetos/nest-investment-front/lib/convertUsd.ts
  412. /Users/otavio/Projetos/nest-investment-front/lib/repeater.ts
  413. /Users/otavio/Projetos/nest-investment-front/lib/use-async.ts
  414. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/helpers/local.d.ts
  415. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/helpers/types.d.ts
  416. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/helpers/utils.d.ts
  417. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/helpers/index.d.ts
  418. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/core/index.d.ts
  419. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/components/Modal.d.ts
  420. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/components/Provider.d.ts
  421. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/components/index.d.ts
  422. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/constants/chains.d.ts
  423. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/constants/classNames.d.ts
  424. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/constants/events.d.ts
  425. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/constants/keys.d.ts
  426. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/constants/index.d.ts
  427. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/controllers/events.d.ts
  428. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/controllers/providers.d.ts
  429. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/controllers/index.d.ts
  430. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/injected.d.ts
  431. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/walletconnect.d.ts
  432. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/portis.d.ts
  433. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/fortmatic.d.ts
  434. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/torus.d.ts
  435. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/venly.d.ts
  436. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/authereum.d.ts
  437. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/burnerconnect.d.ts
  438. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/mewconnect.d.ts
  439. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/dcentwallet.d.ts
  440. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/bitski.d.ts
  441. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/frame.d.ts
  442. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/binancechainwallet.d.ts
  443. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/walletlink.d.ts
  444. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/index.d.ts
  445. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/injected/index.d.ts
  446. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/providers/index.d.ts
  447. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/index.d.ts
  448. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/themes/index.d.ts
  449. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/index.d.ts
  450. /Users/otavio/Projetos/nest-investment-front/node_modules/@walletconnect/http-connection/node_modules/eventemitter3/index.d.ts
  451. /Users/otavio/Projetos/nest-investment-front/node_modules/@walletconnect/http-connection/dist/cjs/index.d.ts
  452. /Users/otavio/Projetos/nest-investment-front/node_modules/@walletconnect/types/index.d.ts
  453. /Users/otavio/Projetos/nest-investment-front/node_modules/@walletconnect/web3-provider/dist/cjs/index.d.ts
  454. /Users/otavio/Projetos/nest-investment-front/lib/useWallet/web3Modal.ts
  455. /Users/otavio/Projetos/nest-investment-front/lib/useWallet/Singleton.ts
  456. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-bzz/types/index.d.ts
  457. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-core-helpers/types/index.d.ts
  458. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-core-method/types/index.d.ts
  459. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/bn.js/index.d.ts
  460. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-core/types/index.d.ts
  461. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-core-subscriptions/types/index.d.ts
  462. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-utils/node_modules/@types/bn.js/index.d.ts
  463. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-utils/types/index.d.ts
  464. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-eth-abi/types/index.d.ts
  465. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-eth-accounts/types/index.d.ts
  466. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-eth-contract/types/index.d.ts
  467. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-eth-ens/types/index.d.ts
  468. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-eth-iban/types/index.d.ts
  469. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-eth-personal/types/index.d.ts
  470. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-net/types/index.d.ts
  471. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-eth/types/index.d.ts
  472. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-shh/types/index.d.ts
  473. /Users/otavio/Projetos/nest-investment-front/node_modules/web3/types/index.d.ts
  474. /Users/otavio/Projetos/nest-investment-front/node_modules/react-hot-toast/dist/core/types.d.ts
  475. /Users/otavio/Projetos/nest-investment-front/node_modules/react-hot-toast/dist/core/toast.d.ts
  476. /Users/otavio/Projetos/nest-investment-front/node_modules/react-hot-toast/dist/core/use-toaster.d.ts
  477. /Users/otavio/Projetos/nest-investment-front/node_modules/react-hot-toast/dist/components/toast-bar.d.ts
  478. /Users/otavio/Projetos/nest-investment-front/node_modules/goober/goober.d.ts
  479. /Users/otavio/Projetos/nest-investment-front/node_modules/react-hot-toast/dist/components/error.d.ts
  480. /Users/otavio/Projetos/nest-investment-front/node_modules/react-hot-toast/dist/components/loader.d.ts
  481. /Users/otavio/Projetos/nest-investment-front/node_modules/react-hot-toast/dist/components/checkmark.d.ts
  482. /Users/otavio/Projetos/nest-investment-front/node_modules/react-hot-toast/dist/components/toast-icon.d.ts
  483. /Users/otavio/Projetos/nest-investment-front/node_modules/react-hot-toast/dist/components/toaster.d.ts
  484. /Users/otavio/Projetos/nest-investment-front/node_modules/react-hot-toast/dist/core/store.d.ts
  485. /Users/otavio/Projetos/nest-investment-front/node_modules/react-hot-toast/dist/index.d.ts
  486. /Users/otavio/Projetos/nest-investment-front/models/Chain.ts
  487. /Users/otavio/Projetos/nest-investment-front/models/Contract.ts
  488. /Users/otavio/Projetos/nest-investment-front/abi/contracts/Investment.json
  489. /Users/otavio/Projetos/nest-investment-front/abi/contracts/JuniorToken.json
  490. /Users/otavio/Projetos/nest-investment-front/abi/contracts/CReal.json
  491. /Users/otavio/Projetos/nest-investment-front/models/BaseERC20.ts
  492. /Users/otavio/Projetos/nest-investment-front/models/JuniorToken.ts
  493. /Users/otavio/Projetos/nest-investment-front/abi/contracts/PendingWithdrawalToken.json
  494. /Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts
  495. /Users/otavio/Projetos/nest-investment-front/abi/contracts/SeniorToken.json
  496. /Users/otavio/Projetos/nest-investment-front/models/SeniorToken.ts
  497. /Users/otavio/Projetos/nest-investment-front/models/Investment.ts
  498. /Users/otavio/Projetos/nest-investment-front/models/AllContracts.ts
  499. /Users/otavio/Projetos/nest-investment-front/lib/useWallet/provider.ts
  500. /Users/otavio/Projetos/nest-investment-front/lib/useWallet/switchToChain.ts
  501. /Users/otavio/Projetos/nest-investment-front/lib/useWallet/DataUpdater.ts
  502. /Users/otavio/Projetos/nest-investment-front/lib/useWallet/Wallet.ts
  503. /Users/otavio/Projetos/nest-investment-front/lib/useWallet.ts
  504. /Users/otavio/Projetos/nest-investment-front/pages/api/hello.ts
  505. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/AccordionContext.d.ts
  506. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/AccordionButton.d.ts
  507. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/react-transition-group/Transition.d.ts
  508. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Collapse.d.ts
  509. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/AccordionCollapse.d.ts
  510. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/AccordionItem.d.ts
  511. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/AccordionHeader.d.ts
  512. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/AccordionBody.d.ts
  513. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Accordion.d.ts
  514. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/CloseButton.d.ts
  515. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/Anchor.d.ts
  516. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Alert.d.ts
  517. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Anchor.d.ts
  518. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Badge.d.ts
  519. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/BreadcrumbItem.d.ts
  520. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Breadcrumb.d.ts
  521. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/Button.d.ts
  522. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Button.d.ts
  523. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ButtonGroup.d.ts
  524. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ButtonToolbar.d.ts
  525. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/CardImg.d.ts
  526. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/CardHeader.d.ts
  527. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Card.d.ts
  528. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/CardGroup.d.ts
  529. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/CarouselItem.d.ts
  530. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Carousel.d.ts
  531. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/DropdownContext.d.ts
  532. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/useClickOutside.d.ts
  533. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/DropdownMenu.d.ts
  534. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/DropdownToggle.d.ts
  535. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/DropdownItem.d.ts
  536. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/Dropdown.d.ts
  537. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/DropdownContext.d.ts
  538. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/DropdownToggle.d.ts
  539. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/DropdownMenu.d.ts
  540. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/DropdownItem.d.ts
  541. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Dropdown.d.ts
  542. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/DropdownButton.d.ts
  543. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Fade.d.ts
  544. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/FormGroup.d.ts
  545. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Feedback.d.ts
  546. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/FormControl.d.ts
  547. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/FormCheckInput.d.ts
  548. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/FormCheckLabel.d.ts
  549. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/FormCheck.d.ts
  550. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/FormLabel.d.ts
  551. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/FormText.d.ts
  552. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/FormRange.d.ts
  553. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/FormSelect.d.ts
  554. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/FloatingLabel.d.ts
  555. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Form.d.ts
  556. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/FormFloating.d.ts
  557. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Container.d.ts
  558. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Image.d.ts
  559. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Figure.d.ts
  560. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/InputGroup.d.ts
  561. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/NavItem.d.ts
  562. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/Nav.d.ts
  563. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ListGroupItem.d.ts
  564. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ListGroup.d.ts
  565. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/ModalManager.d.ts
  566. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/useWaitForDOMRef.d.ts
  567. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/Modal.d.ts
  568. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/AbstractModalHeader.d.ts
  569. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ModalHeader.d.ts
  570. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ModalDialog.d.ts
  571. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Modal.d.ts
  572. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ModalBody.d.ts
  573. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ModalFooter.d.ts
  574. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ModalTitle.d.ts
  575. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/NavLink.d.ts
  576. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Nav.d.ts
  577. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/NavbarBrand.d.ts
  578. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/NavbarCollapse.d.ts
  579. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/OffcanvasHeader.d.ts
  580. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Offcanvas.d.ts
  581. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/NavbarToggle.d.ts
  582. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Navbar.d.ts
  583. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/NavDropdown.d.ts
  584. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/NavItem.d.ts
  585. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/OffcanvasTitle.d.ts
  586. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/OffcanvasBody.d.ts
  587. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/useRootClose.d.ts
  588. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/Overlay.d.ts
  589. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Overlay.d.ts
  590. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/OverlayTrigger.d.ts
  591. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/PageItem.d.ts
  592. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Pagination.d.ts
  593. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Popover.d.ts
  594. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/PopoverHeader.d.ts
  595. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/PopoverBody.d.ts
  596. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ProgressBar.d.ts
  597. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Ratio.d.ts
  598. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Row.d.ts
  599. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Spinner.d.ts
  600. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/SplitButton.d.ts
  601. /Users/otavio/Projetos/nest-investment-front/node_modules/@react-aria/ssr/dist/types.d.ts
  602. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/ssr.d.ts
  603. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/SSRProvider.d.ts
  604. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/createUtilityClasses.d.ts
  605. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Stack.d.ts
  606. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/TabPane.d.ts
  607. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/TabPanel.d.ts
  608. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/Tabs.d.ts
  609. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/TabContainer.d.ts
  610. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Tab.d.ts
  611. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/TabContent.d.ts
  612. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Table.d.ts
  613. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Tabs.d.ts
  614. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ThemeProvider.d.ts
  615. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ToastHeader.d.ts
  616. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Toast.d.ts
  617. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ToastBody.d.ts
  618. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ToastContainer.d.ts
  619. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ToggleButton.d.ts
  620. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ToggleButtonGroup.d.ts
  621. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Tooltip.d.ts
  622. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/index.d.ts
  623. /Users/otavio/Projetos/nest-investment-front/components/ui/TableHeader.tsx
  624. /Users/otavio/Projetos/nest-investment-front/components/ui/TableItem.tsx
  625. /Users/otavio/Projetos/nest-investment-front/components/investmentSelection/InvestmentItem.tsx
  626. /Users/otavio/Projetos/nest-investment-front/components/investmentSelection/InvestmentList.tsx
  627. /Users/otavio/Projetos/nest-investment-front/components/investmentSelection/InvestmentTotals.tsx
  628. /Users/otavio/Projetos/nest-investment-front/components/ConnectedArea.tsx
  629. /Users/otavio/Projetos/nest-investment-front/node_modules/@fortawesome/fontawesome-common-types/index.d.ts
  630. /Users/otavio/Projetos/nest-investment-front/node_modules/@fortawesome/free-brands-svg-icons/index.d.ts
  631. /Users/otavio/Projetos/nest-investment-front/node_modules/@fortawesome/fontawesome-svg-core/index.d.ts
  632. /Users/otavio/Projetos/nest-investment-front/node_modules/@fortawesome/react-fontawesome/index.d.ts
  633. /Users/otavio/Projetos/nest-investment-front/components/Footer.tsx
  634. /Users/otavio/Projetos/nest-investment-front/components/Header.tsx
  635. /Users/otavio/Projetos/nest-investment-front/components/InvestmentArea.tsx
  636. /Users/otavio/Projetos/nest-investment-front/components/NotFound.tsx
  637. /Users/otavio/Projetos/nest-investment-front/components/WrongChain.tsx
  638. /Users/otavio/Projetos/nest-investment-front/components/investmentInvest/CurrentPosition.tsx
  639. /Users/otavio/Projetos/nest-investment-front/node_modules/@fortawesome/free-solid-svg-icons/index.d.ts
  640. /Users/otavio/Projetos/nest-investment-front/components/investmentInvest/Timeline.tsx
  641. /Users/otavio/Projetos/nest-investment-front/components/investmentInvest/InvestModal.tsx
  642. /Users/otavio/Projetos/nest-investment-front/lib/NumberInput.tsx
  643. /Users/otavio/Projetos/nest-investment-front/components/shared/JuniorTrancheInfo.tsx
  644. /Users/otavio/Projetos/nest-investment-front/components/investmentInvest/JuniorTranche.tsx
  645. /Users/otavio/Projetos/nest-investment-front/components/investmentSelection/ConnectWallet.tsx
  646. /Users/otavio/Projetos/nest-investment-front/components/investmentShow/Agent.tsx
  647. /Users/otavio/Projetos/nest-investment-front/components/investmentShow/Info.tsx
  648. /Users/otavio/Projetos/nest-investment-front/components/investmentShow/Overview.tsx
  649. /Users/otavio/Projetos/nest-investment-front/components/investmentShow/index.tsx
  650. /Users/otavio/Projetos/nest-investment-front/components/shared/WithdrawForm.tsx
  651. /Users/otavio/Projetos/nest-investment-front/pages/investment/[id]/invest.tsx
  652. /Users/otavio/Projetos/nest-investment-front/components/investmentWithdraw/WithdrawModal.tsx
  653. /Users/otavio/Projetos/nest-investment-front/components/investmentWithdraw/JuniorTranche.tsx
  654. /Users/otavio/Projetos/nest-investment-front/components/ui/TransitionLayout.tsx
  655. /Users/otavio/Projetos/nest-investment-front/pages/_app.tsx
  656. /Users/otavio/Projetos/nest-investment-front/pages/index.tsx
  657. /Users/otavio/Projetos/nest-investment-front/pages/investment/[id].tsx
  658. /Users/otavio/Projetos/nest-investment-front/pages/investment/[id]/withdraw.tsx
  659. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/invariant/index.d.ts
  660. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/json5/index.d.ts
  661. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/pbkdf2/index.d.ts
  662. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/react-transition-group/CSSTransition.d.ts
  663. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/react-transition-group/TransitionGroup.d.ts
  664. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/react-transition-group/SwitchTransition.d.ts
  665. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/react-transition-group/config.d.ts
  666. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/react-transition-group/index.d.ts
  667. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/scheduler/index.d.ts
  668. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/secp256k1/index.d.ts
  669. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/warning/index.d.ts
  670.  
  671.  
  672. node_modules/typescript/lib/lib.es5.d.ts
  673. Library referenced via 'es5' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  674. Library referenced via 'es5' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  675. node_modules/typescript/lib/lib.es2015.d.ts
  676. Library referenced via 'es2015' from file 'node_modules/typescript/lib/lib.es2016.d.ts'
  677. Library referenced via 'es2015' from file 'node_modules/typescript/lib/lib.es2016.d.ts'
  678. node_modules/typescript/lib/lib.es2016.d.ts
  679. Library referenced via 'es2016' from file 'node_modules/typescript/lib/lib.es2017.d.ts'
  680. Library referenced via 'es2016' from file 'node_modules/typescript/lib/lib.es2017.d.ts'
  681. node_modules/typescript/lib/lib.es2017.d.ts
  682. Library referenced via 'es2017' from file 'node_modules/typescript/lib/lib.es2018.d.ts'
  683. Library referenced via 'es2017' from file 'node_modules/typescript/lib/lib.es2018.d.ts'
  684. node_modules/typescript/lib/lib.es2018.d.ts
  685. Library referenced via 'es2018' from file 'node_modules/typescript/lib/lib.es2019.d.ts'
  686. Library referenced via 'es2018' from file 'node_modules/typescript/lib/lib.es2019.d.ts'
  687. node_modules/typescript/lib/lib.es2019.d.ts
  688. Library referenced via 'es2019' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  689. Library referenced via 'es2019' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  690. node_modules/typescript/lib/lib.es2020.d.ts
  691. Library referenced via 'es2020' from file 'node_modules/@types/node/index.d.ts'
  692. Library referenced via 'es2020' from file 'node_modules/typescript/lib/lib.es2021.d.ts'
  693. node_modules/typescript/lib/lib.es2021.d.ts
  694. Library referenced via 'es2021' from file 'node_modules/typescript/lib/lib.es2022.d.ts'
  695. node_modules/typescript/lib/lib.es2022.d.ts
  696. Library referenced via 'es2022' from file 'node_modules/typescript/lib/lib.esnext.d.ts'
  697. node_modules/typescript/lib/lib.esnext.d.ts
  698. Library 'lib.esnext.d.ts' specified in compilerOptions
  699. node_modules/typescript/lib/lib.dom.d.ts
  700. Library 'lib.dom.d.ts' specified in compilerOptions
  701. node_modules/typescript/lib/lib.dom.iterable.d.ts
  702. Library 'lib.dom.iterable.d.ts' specified in compilerOptions
  703. node_modules/typescript/lib/lib.es2015.core.d.ts
  704. Library referenced via 'es2015.core' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  705. Library referenced via 'es2015.core' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  706. node_modules/typescript/lib/lib.es2015.collection.d.ts
  707. Library referenced via 'es2015.collection' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  708. Library referenced via 'es2015.collection' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  709. node_modules/typescript/lib/lib.es2015.generator.d.ts
  710. Library referenced via 'es2015.generator' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  711. Library referenced via 'es2015.generator' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  712. node_modules/typescript/lib/lib.es2015.iterable.d.ts
  713. Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  714. Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2015.generator.d.ts'
  715. Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2018.asynciterable.d.ts'
  716. Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2019.object.d.ts'
  717. Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2020.string.d.ts'
  718. Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts'
  719. Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  720. Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2015.generator.d.ts'
  721. Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2018.asynciterable.d.ts'
  722. Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2019.object.d.ts'
  723. Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2020.string.d.ts'
  724. Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts'
  725. node_modules/typescript/lib/lib.es2015.promise.d.ts
  726. Library referenced via 'es2015.promise' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  727. Library referenced via 'es2015.promise' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  728. node_modules/typescript/lib/lib.es2015.proxy.d.ts
  729. Library referenced via 'es2015.proxy' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  730. Library referenced via 'es2015.proxy' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  731. node_modules/typescript/lib/lib.es2015.reflect.d.ts
  732. Library referenced via 'es2015.reflect' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  733. Library referenced via 'es2015.reflect' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  734. node_modules/typescript/lib/lib.es2015.symbol.d.ts
  735. Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2015.iterable.d.ts'
  736. Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  737. Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts'
  738. Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts'
  739. Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2018.asynciterable.d.ts'
  740. Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts'
  741. Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2015.iterable.d.ts'
  742. Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  743. Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts'
  744. Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts'
  745. Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2018.asynciterable.d.ts'
  746. Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts'
  747. node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts
  748. Library referenced via 'es2015.symbol.wellknown' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  749. Library referenced via 'es2015.symbol.wellknown' from file 'node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts'
  750. Library referenced via 'es2015.symbol.wellknown' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  751. Library referenced via 'es2015.symbol.wellknown' from file 'node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts'
  752. node_modules/typescript/lib/lib.es2016.array.include.d.ts
  753. Library referenced via 'es2016.array.include' from file 'node_modules/typescript/lib/lib.es2016.d.ts'
  754. Library referenced via 'es2016.array.include' from file 'node_modules/typescript/lib/lib.es2016.d.ts'
  755. node_modules/typescript/lib/lib.es2017.object.d.ts
  756. Library referenced via 'es2017.object' from file 'node_modules/typescript/lib/lib.es2017.d.ts'
  757. Library referenced via 'es2017.object' from file 'node_modules/typescript/lib/lib.es2017.d.ts'
  758. node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts
  759. Library referenced via 'es2017.sharedmemory' from file 'node_modules/typescript/lib/lib.es2017.d.ts'
  760. Library referenced via 'es2017.sharedmemory' from file 'node_modules/typescript/lib/lib.es2017.d.ts'
  761. node_modules/typescript/lib/lib.es2017.string.d.ts
  762. Library referenced via 'es2017.string' from file 'node_modules/typescript/lib/lib.es2017.d.ts'
  763. Library referenced via 'es2017.string' from file 'node_modules/typescript/lib/lib.es2017.d.ts'
  764. node_modules/typescript/lib/lib.es2017.intl.d.ts
  765. Library referenced via 'es2017.intl' from file 'node_modules/typescript/lib/lib.es2017.d.ts'
  766. Library referenced via 'es2017.intl' from file 'node_modules/typescript/lib/lib.es2017.d.ts'
  767. node_modules/typescript/lib/lib.es2017.typedarrays.d.ts
  768. Library referenced via 'es2017.typedarrays' from file 'node_modules/typescript/lib/lib.es2017.d.ts'
  769. Library referenced via 'es2017.typedarrays' from file 'node_modules/typescript/lib/lib.es2017.d.ts'
  770. node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts
  771. Library referenced via 'es2018.asyncgenerator' from file 'node_modules/typescript/lib/lib.es2018.d.ts'
  772. Library referenced via 'es2018.asyncgenerator' from file 'node_modules/typescript/lib/lib.es2018.d.ts'
  773. node_modules/typescript/lib/lib.es2018.asynciterable.d.ts
  774. Library referenced via 'es2018.asynciterable' from file 'node_modules/typescript/lib/lib.es2018.d.ts'
  775. Library referenced via 'es2018.asynciterable' from file 'node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts'
  776. Library referenced via 'esnext.asynciterable' from file 'node_modules/@types/node/index.d.ts'
  777. Library referenced via 'es2018.asynciterable' from file 'node_modules/typescript/lib/lib.es2018.d.ts'
  778. Library referenced via 'es2018.asynciterable' from file 'node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts'
  779. node_modules/typescript/lib/lib.es2018.intl.d.ts
  780. Library referenced via 'es2018.intl' from file 'node_modules/typescript/lib/lib.es2018.d.ts'
  781. Library referenced via 'es2018.intl' from file 'node_modules/typescript/lib/lib.es2018.d.ts'
  782. node_modules/typescript/lib/lib.es2018.promise.d.ts
  783. Library referenced via 'es2018.promise' from file 'node_modules/typescript/lib/lib.es2018.d.ts'
  784. Library referenced via 'es2018.promise' from file 'node_modules/typescript/lib/lib.es2018.d.ts'
  785. node_modules/typescript/lib/lib.es2018.regexp.d.ts
  786. Library referenced via 'es2018.regexp' from file 'node_modules/typescript/lib/lib.es2018.d.ts'
  787. Library referenced via 'es2018.regexp' from file 'node_modules/typescript/lib/lib.es2018.d.ts'
  788. node_modules/typescript/lib/lib.es2019.array.d.ts
  789. Library referenced via 'es2019.array' from file 'node_modules/typescript/lib/lib.es2019.d.ts'
  790. Library referenced via 'es2019.array' from file 'node_modules/typescript/lib/lib.es2019.d.ts'
  791. node_modules/typescript/lib/lib.es2019.object.d.ts
  792. Library referenced via 'es2019.object' from file 'node_modules/typescript/lib/lib.es2019.d.ts'
  793. Library referenced via 'es2019.object' from file 'node_modules/typescript/lib/lib.es2019.d.ts'
  794. node_modules/typescript/lib/lib.es2019.string.d.ts
  795. Library referenced via 'es2019.string' from file 'node_modules/typescript/lib/lib.es2019.d.ts'
  796. Library referenced via 'es2019.string' from file 'node_modules/typescript/lib/lib.es2019.d.ts'
  797. node_modules/typescript/lib/lib.es2019.symbol.d.ts
  798. Library referenced via 'es2019.symbol' from file 'node_modules/typescript/lib/lib.es2019.d.ts'
  799. Library referenced via 'es2019.symbol' from file 'node_modules/typescript/lib/lib.es2019.d.ts'
  800. node_modules/typescript/lib/lib.es2020.bigint.d.ts
  801. Library referenced via 'es2020.bigint' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  802. Library referenced via 'esnext.bigint' from file 'node_modules/@types/node/index.d.ts'
  803. Library referenced via 'es2020.bigint' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  804. node_modules/typescript/lib/lib.es2020.promise.d.ts
  805. Library referenced via 'es2020.promise' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  806. Library referenced via 'es2020.promise' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  807. node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts
  808. Library referenced via 'es2020.sharedmemory' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  809. Library referenced via 'es2020.sharedmemory' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  810. node_modules/typescript/lib/lib.es2020.string.d.ts
  811. Library referenced via 'es2020.string' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  812. Library referenced via 'es2020.string' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  813. node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts
  814. Library referenced via 'es2020.symbol.wellknown' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  815. Library referenced via 'es2020.symbol.wellknown' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  816. node_modules/typescript/lib/lib.es2020.intl.d.ts
  817. Library referenced via 'es2020.intl' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  818. Library referenced via 'es2020.intl' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  819. node_modules/typescript/lib/lib.es2021.promise.d.ts
  820. Library referenced via 'es2021.promise' from file 'node_modules/typescript/lib/lib.es2021.d.ts'
  821. node_modules/typescript/lib/lib.es2021.string.d.ts
  822. Library referenced via 'es2021.string' from file 'node_modules/typescript/lib/lib.es2021.d.ts'
  823. node_modules/typescript/lib/lib.es2021.weakref.d.ts
  824. Library referenced via 'es2021.weakref' from file 'node_modules/typescript/lib/lib.es2021.d.ts'
  825. node_modules/typescript/lib/lib.es2021.intl.d.ts
  826. Library referenced via 'es2021.intl' from file 'node_modules/typescript/lib/lib.es2021.d.ts'
  827. node_modules/typescript/lib/lib.es2022.array.d.ts
  828. Library referenced via 'es2022.array' from file 'node_modules/typescript/lib/lib.es2022.d.ts'
  829. node_modules/typescript/lib/lib.es2022.error.d.ts
  830. Library referenced via 'es2022.error' from file 'node_modules/typescript/lib/lib.es2022.d.ts'
  831. node_modules/typescript/lib/lib.es2022.object.d.ts
  832. Library referenced via 'es2022.object' from file 'node_modules/typescript/lib/lib.es2022.d.ts'
  833. node_modules/typescript/lib/lib.es2022.string.d.ts
  834. Library referenced via 'es2022.string' from file 'node_modules/typescript/lib/lib.es2022.d.ts'
  835. node_modules/typescript/lib/lib.esnext.intl.d.ts
  836. Library referenced via 'esnext.intl' from file 'node_modules/@types/node/index.d.ts'
  837. Library referenced via 'esnext.intl' from file 'node_modules/typescript/lib/lib.esnext.d.ts'
  838. node_modules/next/dist/shared/lib/amp.d.ts
  839. Imported via './dist/shared/lib/amp' from file 'node_modules/next/amp.d.ts' with packageId 'next/dist/shared/lib/[email protected]'
  840. node_modules/next/amp.d.ts
  841. Referenced via './amp.d.ts' from file 'node_modules/next/index.d.ts'
  842. node_modules/@types/react/global.d.ts
  843. Referenced via 'global.d.ts' from file 'node_modules/@types/react/index.d.ts'
  844. node_modules/csstype/index.d.ts
  845. Imported via 'csstype' from file 'node_modules/@types/react/index.d.ts' with packageId 'csstype/[email protected]'
  846. Imported via 'csstype' from file 'node_modules/goober/goober.d.ts' with packageId 'csstype/[email protected]'
  847. node_modules/@types/prop-types/index.d.ts
  848. Imported via 'prop-types' from file 'node_modules/@types/react/index.d.ts' with packageId '@types/prop-types/[email protected]'
  849. Imported via 'prop-types' from file 'node_modules/react-bootstrap/esm/types.d.ts' with packageId '@types/prop-types/[email protected]'
  850. Imported via "prop-types" from file 'node_modules/web3modal/dist/components/Modal.d.ts' with packageId '@types/prop-types/[email protected]'
  851. Imported via 'prop-types' from file 'node_modules/react-bootstrap/esm/Image.d.ts' with packageId '@types/prop-types/[email protected]'
  852. Imported via 'prop-types' from file 'node_modules/react-bootstrap/esm/OverlayTrigger.d.ts' with packageId '@types/prop-types/[email protected]'
  853. Imported via 'prop-types' from file 'node_modules/react-bootstrap/esm/createUtilityClasses.d.ts' with packageId '@types/prop-types/[email protected]'
  854. Imported via 'prop-types' from file 'node_modules/react-bootstrap/esm/Tab.d.ts' with packageId '@types/prop-types/[email protected]'
  855. Imported via 'prop-types' from file 'node_modules/react-bootstrap/esm/TabContainer.d.ts' with packageId '@types/prop-types/[email protected]'
  856. Imported via 'prop-types' from file 'node_modules/react-bootstrap/esm/Tabs.d.ts' with packageId '@types/prop-types/[email protected]'
  857. Entry point for implicit type library 'prop-types' with packageId '@types/prop-types/[email protected]'
  858. node_modules/@types/scheduler/tracing.d.ts
  859. Imported via 'scheduler/tracing' from file 'node_modules/@types/react/index.d.ts' with packageId '@types/scheduler/[email protected]'
  860. node_modules/@types/react/index.d.ts
  861. Imported via 'react' from file 'node_modules/next/dist/pages/_app.d.ts' with packageId '@types/react/[email protected]'
  862. Type library referenced via 'react' from file 'node_modules/next/dist/shared/lib/html-context.d.ts' with packageId '@types/react/[email protected]'
  863. Imported via "react" from file 'node_modules/next/dist/shared/lib/html-context.d.ts' with packageId '@types/react/[email protected]'
  864. Imported via 'react' from file 'node_modules/next/dist/shared/lib/utils.d.ts' with packageId '@types/react/[email protected]'
  865. Imported via 'react' from file 'node_modules/next/dist/shared/lib/router/router.d.ts' with packageId '@types/react/[email protected]'
  866. Imported via 'react' from file 'node_modules/next/dist/client/with-router.d.ts' with packageId '@types/react/[email protected]'
  867. Imported via 'react' from file 'node_modules/next/dist/client/page-loader.d.ts' with packageId '@types/react/[email protected]'
  868. Imported via 'react' from file 'node_modules/next/dist/client/route-loader.d.ts' with packageId '@types/react/[email protected]'
  869. Imported via 'react' from file 'node_modules/@types/react-dom/index.d.ts' with packageId '@types/react/[email protected]'
  870. Imported via 'react' from file 'node_modules/styled-jsx/index.d.ts' with packageId '@types/react/[email protected]'
  871. Imported via 'react' from file 'node_modules/next/types/index.d.ts' with packageId '@types/react/[email protected]'
  872. Imported via 'react' from file 'node_modules/next/dist/server/render.d.ts' with packageId '@types/react/[email protected]'
  873. Imported via 'react' from file 'node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]'
  874. Imported via 'react' from file 'node_modules/next/dist/shared/lib/dynamic.d.ts' with packageId '@types/react/[email protected]'
  875. Imported via 'react' from file 'node_modules/next/dist/pages/_error.d.ts' with packageId '@types/react/[email protected]'
  876. Imported via 'react' from file 'node_modules/next/dist/shared/lib/head.d.ts' with packageId '@types/react/[email protected]'
  877. Imported via 'react' from file 'node_modules/next/dist/client/image.d.ts' with packageId '@types/react/[email protected]'
  878. Imported via 'react' from file 'node_modules/next/dist/client/link.d.ts' with packageId '@types/react/[email protected]'
  879. Imported via 'react' from file 'node_modules/next/dist/client/script.d.ts' with packageId '@types/react/[email protected]'
  880. Imported via 'react' from file 'node_modules/next/dist/client/script.d.ts' with packageId '@types/react/[email protected]'
  881. Imported via 'react' from file 'lib/convertUsd.ts' with packageId '@types/react/[email protected]'
  882. Imported via 'react' from file 'node_modules/react-bootstrap/esm/helpers.d.ts' with packageId '@types/react/[email protected]'
  883. Imported via 'react' from file 'node_modules/@restart/ui/esm/types.d.ts' with packageId '@types/react/[email protected]'
  884. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Col.d.ts' with packageId '@types/react/[email protected]'
  885. Imported via 'react' from file 'lib/use-async.ts' with packageId '@types/react/[email protected]'
  886. Imported via "react" from file 'lib/useWallet.ts' with packageId '@types/react/[email protected]'
  887. Imported via "react" from file 'node_modules/web3modal/dist/components/Modal.d.ts' with packageId '@types/react/[email protected]'
  888. Imported via "react" from file 'lib/useWallet/Singleton.ts' with packageId '@types/react/[email protected]'
  889. Imported via 'react' from file 'node_modules/react-hot-toast/dist/core/types.d.ts' with packageId '@types/react/[email protected]'
  890. Imported via 'react' from file 'node_modules/react-hot-toast/dist/components/toast-bar.d.ts' with packageId '@types/react/[email protected]'
  891. Imported via 'react' from file 'node_modules/react-hot-toast/dist/components/toast-icon.d.ts' with packageId '@types/react/[email protected]'
  892. Imported via "react" from file 'node_modules/react-hot-toast/dist/components/error.d.ts' with packageId '@types/react/[email protected]'
  893. Imported via "react" from file 'node_modules/react-hot-toast/dist/components/error.d.ts' with packageId '@types/react/[email protected]'
  894. Imported via "react" from file 'node_modules/react-hot-toast/dist/components/loader.d.ts' with packageId '@types/react/[email protected]'
  895. Imported via "react" from file 'node_modules/react-hot-toast/dist/components/loader.d.ts' with packageId '@types/react/[email protected]'
  896. Imported via "react" from file 'node_modules/react-hot-toast/dist/components/checkmark.d.ts' with packageId '@types/react/[email protected]'
  897. Imported via "react" from file 'node_modules/react-hot-toast/dist/components/checkmark.d.ts' with packageId '@types/react/[email protected]'
  898. Imported via 'react' from file 'node_modules/react-hot-toast/dist/components/toaster.d.ts' with packageId '@types/react/[email protected]'
  899. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Accordion.d.ts' with packageId '@types/react/[email protected]'
  900. Imported via 'react' from file 'node_modules/react-bootstrap/esm/AccordionContext.d.ts' with packageId '@types/react/[email protected]'
  901. Imported via 'react' from file 'node_modules/react-bootstrap/esm/AccordionButton.d.ts' with packageId '@types/react/[email protected]'
  902. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Collapse.d.ts' with packageId '@types/react/[email protected]'
  903. Imported via 'react' from file 'node_modules/@types/react-transition-group/Transition.d.ts' with packageId '@types/react/[email protected]'
  904. Imported via 'react' from file 'node_modules/react-bootstrap/esm/AccordionItem.d.ts' with packageId '@types/react/[email protected]'
  905. Imported via 'react' from file 'node_modules/react-bootstrap/esm/AccordionHeader.d.ts' with packageId '@types/react/[email protected]'
  906. Imported via 'react' from file 'node_modules/react-bootstrap/esm/AccordionBody.d.ts' with packageId '@types/react/[email protected]'
  907. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Alert.d.ts' with packageId '@types/react/[email protected]'
  908. Imported via 'react' from file 'node_modules/react-bootstrap/esm/CloseButton.d.ts' with packageId '@types/react/[email protected]'
  909. Imported via 'react' from file 'node_modules/@restart/ui/esm/Anchor.d.ts' with packageId '@types/react/[email protected]'
  910. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Badge.d.ts' with packageId '@types/react/[email protected]'
  911. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Breadcrumb.d.ts' with packageId '@types/react/[email protected]'
  912. Imported via 'react' from file 'node_modules/react-bootstrap/esm/BreadcrumbItem.d.ts' with packageId '@types/react/[email protected]'
  913. Imported via 'react' from file 'node_modules/@restart/ui/esm/Button.d.ts' with packageId '@types/react/[email protected]'
  914. Imported via 'react' from file 'node_modules/react-bootstrap/esm/ButtonGroup.d.ts' with packageId '@types/react/[email protected]'
  915. Imported via 'react' from file 'node_modules/react-bootstrap/esm/ButtonToolbar.d.ts' with packageId '@types/react/[email protected]'
  916. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Card.d.ts' with packageId '@types/react/[email protected]'
  917. Imported via 'react' from file 'node_modules/react-bootstrap/esm/CardImg.d.ts' with packageId '@types/react/[email protected]'
  918. Imported via 'react' from file 'node_modules/react-bootstrap/esm/CardHeader.d.ts' with packageId '@types/react/[email protected]'
  919. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Carousel.d.ts' with packageId '@types/react/[email protected]'
  920. Imported via 'react' from file 'node_modules/react-bootstrap/esm/CarouselItem.d.ts' with packageId '@types/react/[email protected]'
  921. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Dropdown.d.ts' with packageId '@types/react/[email protected]'
  922. Imported via 'react' from file 'node_modules/@restart/ui/esm/Dropdown.d.ts' with packageId '@types/react/[email protected]'
  923. Imported via 'react' from file 'node_modules/@restart/ui/esm/DropdownMenu.d.ts' with packageId '@types/react/[email protected]'
  924. Imported via 'react' from file 'node_modules/@restart/ui/esm/DropdownContext.d.ts' with packageId '@types/react/[email protected]'
  925. Imported via 'react' from file 'node_modules/@restart/ui/esm/DropdownToggle.d.ts' with packageId '@types/react/[email protected]'
  926. Imported via 'react' from file 'node_modules/@restart/ui/esm/DropdownItem.d.ts' with packageId '@types/react/[email protected]'
  927. Imported via 'react' from file 'node_modules/react-bootstrap/esm/DropdownContext.d.ts' with packageId '@types/react/[email protected]'
  928. Imported via 'react' from file 'node_modules/react-bootstrap/esm/DropdownToggle.d.ts' with packageId '@types/react/[email protected]'
  929. Imported via 'react' from file 'node_modules/react-bootstrap/esm/DropdownMenu.d.ts' with packageId '@types/react/[email protected]'
  930. Imported via 'react' from file 'node_modules/react-bootstrap/esm/DropdownButton.d.ts' with packageId '@types/react/[email protected]'
  931. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Fade.d.ts' with packageId '@types/react/[email protected]'
  932. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId '@types/react/[email protected]'
  933. Imported via 'react' from file 'node_modules/react-bootstrap/esm/FormGroup.d.ts' with packageId '@types/react/[email protected]'
  934. Imported via 'react' from file 'node_modules/react-bootstrap/esm/FormControl.d.ts' with packageId '@types/react/[email protected]'
  935. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Feedback.d.ts' with packageId '@types/react/[email protected]'
  936. Imported via 'react' from file 'node_modules/react-bootstrap/esm/FormCheck.d.ts' with packageId '@types/react/[email protected]'
  937. Imported via 'react' from file 'node_modules/react-bootstrap/esm/FormCheckInput.d.ts' with packageId '@types/react/[email protected]'
  938. Imported via 'react' from file 'node_modules/react-bootstrap/esm/FormCheckLabel.d.ts' with packageId '@types/react/[email protected]'
  939. Imported via 'react' from file 'node_modules/react-bootstrap/esm/FormLabel.d.ts' with packageId '@types/react/[email protected]'
  940. Imported via 'react' from file 'node_modules/react-bootstrap/esm/FormText.d.ts' with packageId '@types/react/[email protected]'
  941. Imported via 'react' from file 'node_modules/react-bootstrap/esm/FormRange.d.ts' with packageId '@types/react/[email protected]'
  942. Imported via 'react' from file 'node_modules/react-bootstrap/esm/FormSelect.d.ts' with packageId '@types/react/[email protected]'
  943. Imported via 'react' from file 'node_modules/react-bootstrap/esm/FloatingLabel.d.ts' with packageId '@types/react/[email protected]'
  944. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Container.d.ts' with packageId '@types/react/[email protected]'
  945. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Image.d.ts' with packageId '@types/react/[email protected]'
  946. Imported via "react" from file 'node_modules/react-bootstrap/esm/Figure.d.ts' with packageId '@types/react/[email protected]'
  947. Imported via "react" from file 'node_modules/react-bootstrap/esm/Figure.d.ts' with packageId '@types/react/[email protected]'
  948. Imported via 'react' from file 'node_modules/react-bootstrap/esm/InputGroup.d.ts' with packageId '@types/react/[email protected]'
  949. Imported via 'react' from file 'node_modules/@restart/ui/esm/Nav.d.ts' with packageId '@types/react/[email protected]'
  950. Imported via 'react' from file 'node_modules/@restart/ui/esm/NavItem.d.ts' with packageId '@types/react/[email protected]'
  951. Imported via 'react' from file 'node_modules/react-bootstrap/esm/ListGroupItem.d.ts' with packageId '@types/react/[email protected]'
  952. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Modal.d.ts' with packageId '@types/react/[email protected]'
  953. Imported via 'react' from file 'node_modules/@restart/ui/esm/Modal.d.ts' with packageId '@types/react/[email protected]'
  954. Imported via 'react' from file 'node_modules/react-bootstrap/esm/ModalHeader.d.ts' with packageId '@types/react/[email protected]'
  955. Imported via 'react' from file 'node_modules/react-bootstrap/esm/AbstractModalHeader.d.ts' with packageId '@types/react/[email protected]'
  956. Imported via 'react' from file 'node_modules/react-bootstrap/esm/ModalDialog.d.ts' with packageId '@types/react/[email protected]'
  957. Imported via "react" from file 'node_modules/react-bootstrap/esm/ModalTitle.d.ts' with packageId '@types/react/[email protected]'
  958. Imported via "react" from file 'node_modules/react-bootstrap/esm/ModalTitle.d.ts' with packageId '@types/react/[email protected]'
  959. Imported via "react" from file 'node_modules/react-bootstrap/esm/ModalTitle.d.ts' with packageId '@types/react/[email protected]'
  960. Imported via "react" from file 'node_modules/react-bootstrap/esm/ModalTitle.d.ts' with packageId '@types/react/[email protected]'
  961. Imported via "react" from file 'node_modules/react-bootstrap/esm/ModalTitle.d.ts' with packageId '@types/react/[email protected]'
  962. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Navbar.d.ts' with packageId '@types/react/[email protected]'
  963. Imported via 'react' from file 'node_modules/react-bootstrap/esm/NavbarBrand.d.ts' with packageId '@types/react/[email protected]'
  964. Imported via 'react' from file 'node_modules/react-bootstrap/esm/NavbarCollapse.d.ts' with packageId '@types/react/[email protected]'
  965. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Offcanvas.d.ts' with packageId '@types/react/[email protected]'
  966. Imported via 'react' from file 'node_modules/react-bootstrap/esm/OffcanvasHeader.d.ts' with packageId '@types/react/[email protected]'
  967. Imported via 'react' from file 'node_modules/react-bootstrap/esm/NavbarToggle.d.ts' with packageId '@types/react/[email protected]'
  968. Imported via 'react' from file 'node_modules/react-bootstrap/esm/NavDropdown.d.ts' with packageId '@types/react/[email protected]'
  969. Imported via "react" from file 'node_modules/react-bootstrap/esm/OffcanvasTitle.d.ts' with packageId '@types/react/[email protected]'
  970. Imported via "react" from file 'node_modules/react-bootstrap/esm/OffcanvasTitle.d.ts' with packageId '@types/react/[email protected]'
  971. Imported via "react" from file 'node_modules/react-bootstrap/esm/OffcanvasTitle.d.ts' with packageId '@types/react/[email protected]'
  972. Imported via "react" from file 'node_modules/react-bootstrap/esm/OffcanvasTitle.d.ts' with packageId '@types/react/[email protected]'
  973. Imported via "react" from file 'node_modules/react-bootstrap/esm/OffcanvasTitle.d.ts' with packageId '@types/react/[email protected]'
  974. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Overlay.d.ts' with packageId '@types/react/[email protected]'
  975. Imported via 'react' from file 'node_modules/@restart/ui/esm/Overlay.d.ts' with packageId '@types/react/[email protected]'
  976. Imported via 'react' from file 'node_modules/react-bootstrap/esm/OverlayTrigger.d.ts' with packageId '@types/react/[email protected]'
  977. Imported via 'react' from file 'node_modules/react-bootstrap/esm/PageItem.d.ts' with packageId '@types/react/[email protected]'
  978. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Pagination.d.ts' with packageId '@types/react/[email protected]'
  979. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Popover.d.ts' with packageId '@types/react/[email protected]'
  980. Imported via 'react' from file 'node_modules/react-bootstrap/esm/ProgressBar.d.ts' with packageId '@types/react/[email protected]'
  981. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Ratio.d.ts' with packageId '@types/react/[email protected]'
  982. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Row.d.ts' with packageId '@types/react/[email protected]'
  983. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Spinner.d.ts' with packageId '@types/react/[email protected]'
  984. Imported via 'react' from file 'node_modules/react-bootstrap/esm/SplitButton.d.ts' with packageId '@types/react/[email protected]'
  985. Imported via "react" from file 'node_modules/@react-aria/ssr/dist/types.d.ts' with packageId '@types/react/[email protected]'
  986. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Stack.d.ts' with packageId '@types/react/[email protected]'
  987. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Tab.d.ts' with packageId '@types/react/[email protected]'
  988. Imported via 'react' from file 'node_modules/react-bootstrap/esm/TabPane.d.ts' with packageId '@types/react/[email protected]'
  989. Imported via 'react' from file 'node_modules/@restart/ui/esm/Tabs.d.ts' with packageId '@types/react/[email protected]'
  990. Imported via 'react' from file 'node_modules/@restart/ui/esm/TabPanel.d.ts' with packageId '@types/react/[email protected]'
  991. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Table.d.ts' with packageId '@types/react/[email protected]'
  992. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Tabs.d.ts' with packageId '@types/react/[email protected]'
  993. Imported via 'react' from file 'node_modules/react-bootstrap/esm/ThemeProvider.d.ts' with packageId '@types/react/[email protected]'
  994. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Toast.d.ts' with packageId '@types/react/[email protected]'
  995. Imported via 'react' from file 'node_modules/react-bootstrap/esm/ToastHeader.d.ts' with packageId '@types/react/[email protected]'
  996. Imported via 'react' from file 'node_modules/react-bootstrap/esm/ToastContainer.d.ts' with packageId '@types/react/[email protected]'
  997. Imported via 'react' from file 'node_modules/react-bootstrap/esm/ToggleButton.d.ts' with packageId '@types/react/[email protected]'
  998. Imported via 'react' from file 'node_modules/react-bootstrap/esm/ToggleButtonGroup.d.ts' with packageId '@types/react/[email protected]'
  999. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Tooltip.d.ts' with packageId '@types/react/[email protected]'
  1000. Imported via 'react' from file 'node_modules/@fortawesome/react-fontawesome/index.d.ts' with packageId '@types/react/[email protected]'
  1001. Imported via "react" from file 'components/investmentInvest/InvestModal.tsx' with packageId '@types/react/[email protected]'
  1002. Imported via "react" from file 'components/investmentInvest/JuniorTranche.tsx' with packageId '@types/react/[email protected]'
  1003. Imported via "react" from file 'lib/NumberInput.tsx' with packageId '@types/react/[email protected]'
  1004. Imported via "react" from file 'components/shared/WithdrawForm.tsx' with packageId '@types/react/[email protected]'
  1005. Imported via "react" from file 'components/investmentWithdraw/WithdrawModal.tsx' with packageId '@types/react/[email protected]'
  1006. Imported via "react" from file 'components/investmentWithdraw/JuniorTranche.tsx' with packageId '@types/react/[email protected]'
  1007. Imported via "react" from file 'components/ui/TransitionLayout.tsx' with packageId '@types/react/[email protected]'
  1008. Imported via 'react' from file 'node_modules/@types/react-transition-group/CSSTransition.d.ts' with packageId '@types/react/[email protected]'
  1009. Imported via 'react' from file 'node_modules/@types/react-transition-group/TransitionGroup.d.ts' with packageId '@types/react/[email protected]'
  1010. Imported via "react" from file 'node_modules/@types/react-transition-group/SwitchTransition.d.ts' with packageId '@types/react/[email protected]'
  1011. node_modules/@types/node/assert.d.ts
  1012. Referenced via 'assert.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1013. node_modules/@types/node/assert/strict.d.ts
  1014. Referenced via 'assert/strict.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1015. node_modules/@types/node/globals.d.ts
  1016. Referenced via 'globals.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1017. node_modules/@types/node/async_hooks.d.ts
  1018. Referenced via 'async_hooks.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1019. node_modules/@types/node/buffer.d.ts
  1020. Referenced via 'buffer.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1021. node_modules/@types/node/child_process.d.ts
  1022. Referenced via 'child_process.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1023. node_modules/@types/node/cluster.d.ts
  1024. Referenced via 'cluster.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1025. node_modules/@types/node/console.d.ts
  1026. Referenced via 'console.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1027. node_modules/@types/node/constants.d.ts
  1028. Referenced via 'constants.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1029. node_modules/@types/node/crypto.d.ts
  1030. Referenced via 'crypto.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1031. node_modules/@types/node/dgram.d.ts
  1032. Referenced via 'dgram.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1033. node_modules/@types/node/diagnostics_channel.d.ts
  1034. Referenced via 'diagnostics_channel.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1035. node_modules/@types/node/dns.d.ts
  1036. Referenced via 'dns.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1037. node_modules/@types/node/dns/promises.d.ts
  1038. Referenced via 'dns/promises.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1039. Referenced via 'dns/promises.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1040. node_modules/@types/node/domain.d.ts
  1041. Referenced via 'domain.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1042. node_modules/@types/node/events.d.ts
  1043. Referenced via 'events.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1044. node_modules/@types/node/fs.d.ts
  1045. Referenced via 'fs.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1046. node_modules/@types/node/fs/promises.d.ts
  1047. Referenced via 'fs/promises.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1048. node_modules/@types/node/http.d.ts
  1049. Referenced via 'http.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1050. node_modules/@types/node/http2.d.ts
  1051. Referenced via 'http2.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1052. node_modules/@types/node/https.d.ts
  1053. Referenced via 'https.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1054. node_modules/@types/node/inspector.d.ts
  1055. Referenced via 'inspector.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1056. node_modules/@types/node/module.d.ts
  1057. Referenced via 'module.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1058. node_modules/@types/node/net.d.ts
  1059. Referenced via 'net.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1060. node_modules/@types/node/os.d.ts
  1061. Referenced via 'os.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1062. node_modules/@types/node/path.d.ts
  1063. Referenced via 'path.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1064. node_modules/@types/node/perf_hooks.d.ts
  1065. Referenced via 'perf_hooks.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1066. node_modules/@types/node/process.d.ts
  1067. Referenced via 'process.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1068. node_modules/@types/node/punycode.d.ts
  1069. Referenced via 'punycode.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1070. node_modules/@types/node/querystring.d.ts
  1071. Referenced via 'querystring.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1072. node_modules/@types/node/readline.d.ts
  1073. Referenced via 'readline.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1074. node_modules/@types/node/repl.d.ts
  1075. Referenced via 'repl.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1076. node_modules/@types/node/stream.d.ts
  1077. Referenced via 'stream.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1078. node_modules/@types/node/stream/promises.d.ts
  1079. Referenced via 'stream/promises.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1080. node_modules/@types/node/stream/consumers.d.ts
  1081. Referenced via 'stream/consumers.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1082. node_modules/@types/node/stream/web.d.ts
  1083. Referenced via 'stream/web.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1084. node_modules/@types/node/string_decoder.d.ts
  1085. Referenced via 'string_decoder.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1086. node_modules/@types/node/timers.d.ts
  1087. Referenced via 'timers.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1088. node_modules/@types/node/timers/promises.d.ts
  1089. Referenced via 'timers/promises.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1090. node_modules/@types/node/tls.d.ts
  1091. Referenced via 'tls.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1092. node_modules/@types/node/trace_events.d.ts
  1093. Referenced via 'trace_events.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1094. node_modules/@types/node/tty.d.ts
  1095. Referenced via 'tty.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1096. node_modules/@types/node/url.d.ts
  1097. Referenced via 'url.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1098. node_modules/@types/node/util.d.ts
  1099. Referenced via 'util.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1100. node_modules/@types/node/v8.d.ts
  1101. Referenced via 'v8.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1102. node_modules/@types/node/vm.d.ts
  1103. Referenced via 'vm.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1104. node_modules/@types/node/wasi.d.ts
  1105. Referenced via 'wasi.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1106. node_modules/@types/node/worker_threads.d.ts
  1107. Referenced via 'worker_threads.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1108. node_modules/@types/node/zlib.d.ts
  1109. Referenced via 'zlib.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1110. node_modules/@types/node/globals.global.d.ts
  1111. Referenced via 'globals.global.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1112. node_modules/@types/node/index.d.ts
  1113. Type library referenced via 'node' from file 'node_modules/next/dist/shared/lib/utils.d.ts' with packageId '@types/node/[email protected]'
  1114. node_modules/next/dist/server/get-page-files.d.ts
  1115. Imported via '../../server/get-page-files' from file 'node_modules/next/dist/shared/lib/html-context.d.ts' with packageId 'next/dist/server/[email protected]'
  1116. Imported via './get-page-files' from file 'node_modules/next/dist/server/load-components.d.ts' with packageId 'next/dist/server/[email protected]'
  1117. node_modules/next/dist/shared/lib/html-context.d.ts
  1118. Imported via './html-context' from file 'node_modules/next/dist/shared/lib/utils.d.ts' with packageId 'next/dist/shared/lib/[email protected]'
  1119. Imported via '../shared/lib/html-context' from file 'node_modules/next/dist/pages/_document.d.ts' with packageId 'next/dist/shared/lib/[email protected]'
  1120. Imported via '../shared/lib/html-context' from file 'node_modules/next/dist/pages/_document.d.ts' with packageId 'next/dist/shared/lib/[email protected]'
  1121. node_modules/next/dist/compiled/webpack/webpack.d.ts
  1122. Imported via 'next/dist/compiled/webpack/webpack' from file 'node_modules/next/dist/server/config-shared.d.ts' with packageId 'next/dist/compiled/webpack/[email protected]'
  1123. Imported via 'next/dist/compiled/webpack/webpack' from file 'node_modules/next/dist/build/webpack/plugins/middleware-plugin.d.ts' with packageId 'next/dist/compiled/webpack/[email protected]'
  1124. Imported via 'next/dist/compiled/webpack/webpack' from file 'node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.d.ts' with packageId 'next/dist/compiled/webpack/[email protected]'
  1125. node_modules/next/dist/lib/load-custom-routes.d.ts
  1126. Imported via '../lib/load-custom-routes' from file 'node_modules/next/dist/server/config-shared.d.ts' with packageId 'next/dist/lib/[email protected]'
  1127. Imported via '../../lib/load-custom-routes' from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/lib/[email protected]'
  1128. Imported via '../lib/load-custom-routes' from file 'node_modules/next/dist/server/router.d.ts' with packageId 'next/dist/lib/[email protected]'
  1129. Imported via '../lib/load-custom-routes' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/lib/[email protected]'
  1130. Imported via '../lib/load-custom-routes' from file 'node_modules/next/dist/server/server-route-utils.d.ts' with packageId 'next/dist/lib/[email protected]'
  1131. node_modules/next/dist/shared/lib/image-config.d.ts
  1132. Imported via '../shared/lib/image-config' from file 'node_modules/next/dist/server/config-shared.d.ts' with packageId 'next/dist/shared/lib/[email protected]'
  1133. Imported via '../shared/lib/image-config' from file 'node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/shared/lib/[email protected]'
  1134. Imported via '../shared/lib/image-config' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/shared/lib/[email protected]'
  1135. Imported via '../shared/lib/image-config' from file 'node_modules/next/dist/client/image.d.ts' with packageId 'next/dist/shared/lib/[email protected]'
  1136. node_modules/next/dist/server/config-shared.d.ts
  1137. Imported via './config-shared' from file 'node_modules/next/dist/server/config.d.ts' with packageId 'next/dist/server/[email protected]'
  1138. Imported via './config-shared' from file 'node_modules/next/dist/server/config.d.ts' with packageId 'next/dist/server/[email protected]'
  1139. Imported via '../config-shared' from file 'node_modules/next/dist/server/base-http/index.d.ts' with packageId 'next/dist/server/[email protected]'
  1140. Imported via '../config-shared' from file 'node_modules/next/dist/server/web/types.d.ts' with packageId 'next/dist/server/[email protected]'
  1141. Imported via '../../config-shared' from file 'node_modules/next/dist/server/web/spec-extension/request.d.ts' with packageId 'next/dist/server/[email protected]'
  1142. Imported via '../config-shared' from file 'node_modules/next/dist/server/web/next-url.d.ts' with packageId 'next/dist/server/[email protected]'
  1143. Imported via '../../config-shared' from file 'node_modules/next/dist/server/web/spec-extension/response.d.ts' with packageId 'next/dist/server/[email protected]'
  1144. Imported via '../../../../server/config-shared' from file 'node_modules/next/dist/shared/lib/router/utils/parse-next-url.d.ts' with packageId 'next/dist/server/[email protected]'
  1145. Imported via './config-shared' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1146. Imported via './config-shared' from file 'node_modules/next/dist/server/image-optimizer.d.ts' with packageId 'next/dist/server/[email protected]'
  1147. Imported via '../config-shared' from file 'node_modules/next/dist/server/dev/static-paths-worker.d.ts' with packageId 'next/dist/server/[email protected]'
  1148. node_modules/next/dist/server/config.d.ts
  1149. Imported via '../../server/config' from file 'node_modules/next/dist/shared/lib/utils.d.ts' with packageId 'next/dist/server/[email protected]'
  1150. Imported via '../server/config' from file 'node_modules/next/dist/lib/load-custom-routes.d.ts' with packageId 'next/dist/server/[email protected]'
  1151. Imported via '../../../server/config' from file 'node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/server/[email protected]'
  1152. Imported via './config' from file 'node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/server/[email protected]'
  1153. Imported via './config' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1154. Imported via '../dist/server/config' from file 'node_modules/next/types/index.d.ts' with packageId 'next/dist/server/[email protected]'
  1155. node_modules/@next/env/types/index.d.ts
  1156. Imported via '@next/env' from file 'node_modules/next/dist/shared/lib/utils.d.ts' with packageId '@next/env/types/[email protected]'
  1157. node_modules/next/dist/shared/lib/mitt.d.ts
  1158. Imported via '../mitt' from file 'node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/shared/lib/[email protected]'
  1159. node_modules/next/dist/client/with-router.d.ts
  1160. Imported via './with-router' from file 'node_modules/next/dist/client/router.d.ts' with packageId 'next/dist/client/[email protected]'
  1161. node_modules/next/dist/client/router.d.ts
  1162. Imported via '../../../client/router' from file 'node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/client/[email protected]'
  1163. Imported via './router' from file 'node_modules/next/dist/client/with-router.d.ts' with packageId 'next/dist/client/[email protected]'
  1164. Imported via '../client/router' from file 'node_modules/next/dist/pages/_app.d.ts' with packageId 'next/dist/client/[email protected]'
  1165. Imported via './dist/client/router' from file 'node_modules/next/router.d.ts' with packageId 'next/dist/client/[email protected]'
  1166. Imported via './dist/client/router' from file 'node_modules/next/router.d.ts' with packageId 'next/dist/client/[email protected]'
  1167. node_modules/next/dist/client/route-loader.d.ts
  1168. Imported via './route-loader' from file 'node_modules/next/dist/client/page-loader.d.ts' with packageId 'next/dist/client/[email protected]'
  1169. node_modules/next/dist/client/page-loader.d.ts
  1170. Imported via '../../../client/page-loader' from file 'node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/client/[email protected]'
  1171. Imported via '../../../client/page-loader' from file 'node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/client/[email protected]'
  1172. Imported via "../../../client/page-loader" from file 'node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/client/[email protected]'
  1173. node_modules/next/dist/shared/lib/router/utils/parse-relative-url.d.ts
  1174. Imported via './utils/parse-relative-url' from file 'node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected]'
  1175. node_modules/next/dist/shared/lib/router/router.d.ts
  1176. Imported via './router/router' from file 'node_modules/next/dist/shared/lib/utils.d.ts' with packageId 'next/dist/shared/lib/router/[email protected]'
  1177. Imported via '../shared/lib/router/router' from file 'node_modules/next/dist/client/router.d.ts' with packageId 'next/dist/shared/lib/router/[email protected]'
  1178. Imported via '../shared/lib/router/router' from file 'node_modules/next/dist/client/router.d.ts' with packageId 'next/dist/shared/lib/router/[email protected]'
  1179. node_modules/@types/react-dom/index.d.ts
  1180. Type library referenced via 'react-dom' from file 'node_modules/next/types/index.d.ts' with packageId '@types/react-dom/[email protected]'
  1181. node_modules/styled-jsx/index.d.ts
  1182. Type library referenced via 'styled-jsx' from file 'node_modules/next/types/index.d.ts' with packageId 'styled-jsx/[email protected]'
  1183. node_modules/next/dist/server/base-http/index.d.ts
  1184. Imported via '../base-http' from file 'node_modules/next/dist/server/api-utils/index.d.ts'
  1185. Imported via './base-http' from file 'node_modules/next/dist/server/router.d.ts'
  1186. Imported via './base-http' from file 'node_modules/next/dist/server/request-meta.d.ts'
  1187. Imported via './base-http' from file 'node_modules/next/dist/server/next-server.d.ts'
  1188. Imported via '../base-http' from file 'node_modules/next/dist/server/send-payload/revalidate-headers.d.ts'
  1189. Imported via './index' from file 'node_modules/next/dist/server/base-http/node.d.ts' with packageId 'next/dist/server/base-http/[email protected]'
  1190. Imported via './base-http' from file 'node_modules/next/dist/server/base-server.d.ts'
  1191. Imported via './base-http' from file 'node_modules/next/dist/server/server-route-utils.d.ts'
  1192. Imported via '../base-http' from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts'
  1193. node_modules/next/dist/server/api-utils/index.d.ts
  1194. Imported via '../dist/server/api-utils' from file 'node_modules/next/types/index.d.ts'
  1195. Imported via '../api-utils' from file 'node_modules/next/dist/server/base-http/index.d.ts'
  1196. Imported via '../api-utils' from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts'
  1197. Imported via '../server/api-utils' from file 'node_modules/next/dist/build/index.d.ts'
  1198. Imported via '../api-utils' from file 'node_modules/next/dist/server/base-http/node.d.ts'
  1199. Imported via './api-utils' from file 'node_modules/next/dist/server/render.d.ts'
  1200. Imported via './api-utils' from file 'node_modules/next/dist/server/base-server.d.ts'
  1201. node_modules/next/dist/shared/lib/i18n/normalize-locale-path.d.ts
  1202. Imported via '../../shared/lib/i18n/normalize-locale-path' from file 'node_modules/next/dist/server/web/next-url.d.ts' with packageId 'next/dist/shared/lib/i18n/[email protected]'
  1203. Imported via '../../i18n/normalize-locale-path' from file 'node_modules/next/dist/shared/lib/router/utils/parse-next-url.d.ts' with packageId 'next/dist/shared/lib/i18n/[email protected]'
  1204. node_modules/next/dist/server/web/next-url.d.ts
  1205. Imported via '../next-url' from file 'node_modules/next/dist/server/web/spec-extension/request.d.ts' with packageId 'next/dist/server/web/[email protected]'
  1206. Imported via '../next-url' from file 'node_modules/next/dist/server/web/spec-extension/response.d.ts' with packageId 'next/dist/server/web/[email protected]'
  1207. node_modules/next/dist/server/web/spec-extension/request.d.ts
  1208. Imported via '../web/spec-extension/request' from file 'node_modules/next/dist/server/web/types.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected]'
  1209. Imported via './request' from file 'node_modules/next/dist/server/web/spec-extension/fetch-event.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected]'
  1210. Imported via 'next/dist/server/web/spec-extension/request' from file 'node_modules/next/server.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected]'
  1211. node_modules/next/dist/server/web/spec-compliant/fetch-event.d.ts
  1212. Imported via '../spec-compliant/fetch-event' from file 'node_modules/next/dist/server/web/spec-extension/fetch-event.d.ts' with packageId 'next/dist/server/web/spec-compliant/[email protected]'
  1213. node_modules/next/dist/server/web/spec-extension/fetch-event.d.ts
  1214. Imported via '../web/spec-extension/fetch-event' from file 'node_modules/next/dist/server/web/types.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected]'
  1215. Imported via 'next/dist/server/web/spec-extension/fetch-event' from file 'node_modules/next/server.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected]'
  1216. node_modules/next/dist/server/web/spec-extension/response.d.ts
  1217. Imported via './spec-extension/response' from file 'node_modules/next/dist/server/web/types.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected]'
  1218. Imported via 'next/dist/server/web/spec-extension/response' from file 'node_modules/next/server.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected]'
  1219. node_modules/next/dist/server/web/types.d.ts
  1220. Imported via '../web/types' from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/web/[email protected]'
  1221. Imported via '../types' from file 'node_modules/next/dist/server/web/spec-extension/request.d.ts' with packageId 'next/dist/server/web/[email protected]'
  1222. Imported via '../types' from file 'node_modules/next/dist/server/web/spec-extension/response.d.ts' with packageId 'next/dist/server/web/[email protected]'
  1223. Imported via './web/types' from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/web/[email protected]'
  1224. Imported via 'next/dist/server/web/types' from file 'node_modules/next/server.d.ts' with packageId 'next/dist/server/web/[email protected]'
  1225. node_modules/next/dist/server/request-meta.d.ts
  1226. Imported via './request-meta' from file 'node_modules/next/dist/server/router.d.ts' with packageId 'next/dist/server/[email protected]'
  1227. Imported via './request-meta' from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1228. Imported via '../request-meta' from file 'node_modules/next/dist/server/base-http/node.d.ts' with packageId 'next/dist/server/[email protected]'
  1229. Imported via './request-meta' from file 'node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/server/[email protected]'
  1230. Imported via './request-meta' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1231. Imported via './request-meta' from file 'node_modules/next/dist/server/image-optimizer.d.ts' with packageId 'next/dist/server/[email protected]'
  1232. Imported via './request-meta' from file 'node_modules/next/dist/server/next.d.ts' with packageId 'next/dist/server/[email protected]'
  1233. node_modules/next/dist/server/router.d.ts
  1234. Imported via './router' from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1235. Imported via './router' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1236. Imported via './router' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1237. Imported via './router' from file 'node_modules/next/dist/server/server-route-utils.d.ts' with packageId 'next/dist/server/[email protected]'
  1238. Imported via '../router' from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1239. Imported via "../router" from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1240. Imported via "../router" from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1241. Imported via "../router" from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1242. Imported via "../router" from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1243. Imported via "../router" from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1244. Imported via "../router" from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1245. Imported via "../router" from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1246. Imported via "../router" from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1247. Imported via "../router" from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1248. Imported via "../router" from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1249. Imported via "../router" from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1250. Imported via "../router" from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1251. node_modules/next/dist/build/webpack/loaders/next-middleware-wasm-loader.d.ts
  1252. Imported via '../loaders/next-middleware-wasm-loader' from file 'node_modules/next/dist/build/webpack/plugins/middleware-plugin.d.ts' with packageId 'next/dist/build/webpack/loaders/[email protected]'
  1253. Imported via "../build/webpack/loaders/next-middleware-wasm-loader" from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/build/webpack/loaders/[email protected]'
  1254. node_modules/next/dist/build/webpack/plugins/middleware-plugin.d.ts
  1255. Imported via '../build/webpack/plugins/middleware-plugin' from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected]'
  1256. Imported via '../build/webpack/plugins/middleware-plugin' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected]'
  1257. node_modules/next/dist/server/render-result.d.ts
  1258. Imported via './render-result' from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1259. Imported via '../render-result' from file 'node_modules/next/dist/server/send-payload/index.d.ts' with packageId 'next/dist/server/[email protected]'
  1260. Imported via './render-result' from file 'node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/server/[email protected]'
  1261. Imported via './render-result' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1262. Imported via './render-result' from file 'node_modules/next/dist/server/response-cache.d.ts' with packageId 'next/dist/server/[email protected]'
  1263. node_modules/next/dist/shared/lib/router/utils/parse-url.d.ts
  1264. Imported via './parse-url' from file 'node_modules/next/dist/shared/lib/router/utils/parse-next-url.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected]'
  1265. Imported via '../shared/lib/router/utils/parse-url' from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected]'
  1266. node_modules/next/dist/shared/lib/router/utils/parse-next-url.d.ts
  1267. Imported via '../shared/lib/router/utils/parse-next-url' from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected]'
  1268. Imported via '../../shared/lib/router/utils/parse-next-url' from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected]'
  1269. node_modules/next/dist/build/index.d.ts
  1270. Imported via '../build' from file 'node_modules/next/dist/server/next-server.d.ts'
  1271. Imported via '../build' from file 'node_modules/next/dist/server/base-server.d.ts'
  1272. node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.d.ts
  1273. Imported via '../build/webpack/plugins/pages-manifest-plugin' from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected]'
  1274. Imported via '../build/webpack/plugins/pages-manifest-plugin' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected]'
  1275. node_modules/next/dist/server/send-payload/revalidate-headers.d.ts
  1276. Imported via './revalidate-headers' from file 'node_modules/next/dist/server/send-payload/index.d.ts' with packageId 'next/dist/server/send-payload/[email protected]'
  1277. node_modules/next/dist/server/send-payload/index.d.ts
  1278. Imported via './send-payload' from file 'node_modules/next/dist/server/next-server.d.ts'
  1279. Imported via './index' from file 'node_modules/next/dist/server/send-payload/revalidate-headers.d.ts' with packageId 'next/dist/server/send-payload/[email protected]'
  1280. Imported via './send-payload' from file 'node_modules/next/dist/server/base-server.d.ts'
  1281. node_modules/next/dist/server/base-http/node.d.ts
  1282. Imported via './base-http/node' from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/base-http/[email protected]'
  1283. Imported via '../base-http/node' from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/base-http/[email protected]'
  1284. node_modules/next/dist/server/font-utils.d.ts
  1285. Imported via './font-utils' from file 'node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/server/[email protected]'
  1286. Imported via './font-utils' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1287. Imported via './font-utils' from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1288. node_modules/next/dist/server/load-components.d.ts
  1289. Imported via './load-components' from file 'node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/server/[email protected]'
  1290. Imported via './load-components' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1291. Imported via '../load-components' from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1292. node_modules/next/dist/server/render.d.ts
  1293. Imported via './render' from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1294. Imported via './render' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1295. node_modules/next/dist/shared/lib/router/utils/route-regex.d.ts
  1296. Imported via './route-regex' from file 'node_modules/next/dist/shared/lib/router/utils/get-middleware-regex.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected]'
  1297. Imported via './route-regex' from file 'node_modules/next/dist/shared/lib/router/utils/route-matcher.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected]'
  1298. Imported via './route-regex' from file 'node_modules/next/dist/shared/lib/router/utils/index.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected]'
  1299. node_modules/next/dist/shared/lib/router/utils/get-middleware-regex.d.ts
  1300. Imported via './get-middleware-regex' from file 'node_modules/next/dist/shared/lib/router/utils/index.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected]'
  1301. node_modules/next/dist/shared/lib/router/utils/route-matcher.d.ts
  1302. Imported via './route-matcher' from file 'node_modules/next/dist/shared/lib/router/utils/index.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected]'
  1303. Imported via './route-matcher' from file 'node_modules/next/dist/shared/lib/router/utils/routing-items.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected]'
  1304. node_modules/next/dist/shared/lib/router/utils/routing-items.d.ts
  1305. Imported via './routing-items' from file 'node_modules/next/dist/shared/lib/router/utils/index.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected]'
  1306. node_modules/next/dist/shared/lib/router/utils/sorted-routes.d.ts
  1307. Imported via './sorted-routes' from file 'node_modules/next/dist/shared/lib/router/utils/index.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected]'
  1308. node_modules/next/dist/shared/lib/router/utils/is-dynamic.d.ts
  1309. Imported via './is-dynamic' from file 'node_modules/next/dist/shared/lib/router/utils/index.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected]'
  1310. node_modules/next/dist/shared/lib/router/utils/index.d.ts
  1311. Imported via '../shared/lib/router/utils' from file 'node_modules/next/dist/server/base-server.d.ts'
  1312. Imported via '../shared/lib/router/utils' from file 'node_modules/next/dist/server/next-server.d.ts'
  1313. Imported via '../../shared/lib/router/utils' from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts'
  1314. node_modules/next/dist/server/server-route-utils.d.ts
  1315. Imported via './server-route-utils' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1316. node_modules/next/dist/server/base-server.d.ts
  1317. Imported via './base-server' from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1318. Imported via './base-server' from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1319. node_modules/next/dist/server/response-cache.d.ts
  1320. Imported via './response-cache' from file 'node_modules/next/dist/server/image-optimizer.d.ts' with packageId 'next/dist/server/[email protected]'
  1321. node_modules/next/dist/server/image-optimizer.d.ts
  1322. Imported via './image-optimizer' from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1323. node_modules/next/dist/server/next-server.d.ts
  1324. Imported via '../next-server' from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1325. Imported via '../next-server' from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1326. Imported via '../next-server' from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected]'
  1327. Imported via './next-server' from file 'node_modules/next/dist/server/next.d.ts' with packageId 'next/dist/server/[email protected]'
  1328. node_modules/next/dist/lib/coalesced-function.d.ts
  1329. Imported via '../../lib/coalesced-function' from file 'node_modules/next/dist/server/dev/static-paths-worker.d.ts' with packageId 'next/dist/lib/[email protected]'
  1330. node_modules/next/dist/server/dev/static-paths-worker.d.ts
  1331. Imported via './static-paths-worker' from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/dev/[email protected]'
  1332. node_modules/next/dist/server/dev/next-dev-server.d.ts
  1333. Imported via './dev/next-dev-server' from file 'node_modules/next/dist/server/next.d.ts' with packageId 'next/dist/server/dev/[email protected]'
  1334. node_modules/next/dist/server/next.d.ts
  1335. Imported via '../dist/server/next' from file 'node_modules/next/types/index.d.ts' with packageId 'next/dist/server/[email protected]'
  1336. node_modules/next/types/index.d.ts
  1337. Imported via 'next/types' from file 'node_modules/next/dist/shared/lib/utils.d.ts' with packageId 'next/types/[email protected]'
  1338. Imported via 'next/types' from file 'node_modules/next/dist/server/load-components.d.ts' with packageId 'next/types/[email protected]'
  1339. Imported via 'next/types' from file 'node_modules/next/dist/server/dev/static-paths-worker.d.ts' with packageId 'next/types/[email protected]'
  1340. Imported via './types' from file 'node_modules/next/index.d.ts'
  1341. Imported via './types' from file 'node_modules/next/index.d.ts'
  1342. node_modules/next/dist/shared/lib/utils.d.ts
  1343. Imported via '../shared/lib/utils' from file 'node_modules/next/dist/pages/_app.d.ts' with packageId 'next/dist/shared/lib/[email protected]'
  1344. Imported via './utils' from file 'node_modules/next/dist/shared/lib/html-context.d.ts' with packageId 'next/dist/shared/lib/[email protected]'
  1345. Imported via '../shared/lib/utils' from file 'node_modules/next/dist/client/with-router.d.ts' with packageId 'next/dist/shared/lib/[email protected]'
  1346. Imported via '../utils' from file 'node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/shared/lib/[email protected]'
  1347. Imported via '../dist/shared/lib/utils' from file 'node_modules/next/types/index.d.ts' with packageId 'next/dist/shared/lib/[email protected]'
  1348. Imported via '../../shared/lib/utils' from file 'node_modules/next/dist/server/api-utils/index.d.ts' with packageId 'next/dist/shared/lib/[email protected]'
  1349. Imported via '../shared/lib/utils' from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/shared/lib/[email protected]'
  1350. Imported via '../shared/lib/utils' from file 'node_modules/next/dist/server/load-components.d.ts' with packageId 'next/dist/shared/lib/[email protected]'
  1351. Imported via '../shared/lib/utils' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/shared/lib/[email protected]'
  1352. Imported via '../shared/lib/utils' from file 'node_modules/next/dist/pages/_document.d.ts' with packageId 'next/dist/shared/lib/[email protected]'
  1353. Imported via '../shared/lib/utils' from file 'node_modules/next/dist/pages/_error.d.ts' with packageId 'next/dist/shared/lib/[email protected]'
  1354. node_modules/next/dist/pages/_app.d.ts
  1355. Imported via './dist/pages/_app' from file 'node_modules/next/app.d.ts' with packageId 'next/dist/pages/[email protected]'
  1356. Imported via './dist/pages/_app' from file 'node_modules/next/app.d.ts' with packageId 'next/dist/pages/[email protected]'
  1357. node_modules/next/app.d.ts
  1358. Referenced via './app.d.ts' from file 'node_modules/next/index.d.ts'
  1359. Imported via "next/app" from file 'pages/_app.tsx' with packageId 'next/[email protected]'
  1360. node_modules/next/dist/shared/lib/runtime-config.d.ts
  1361. Imported via './dist/shared/lib/runtime-config' from file 'node_modules/next/config.d.ts' with packageId 'next/dist/shared/lib/[email protected]'
  1362. Imported via './dist/shared/lib/runtime-config' from file 'node_modules/next/config.d.ts' with packageId 'next/dist/shared/lib/[email protected]'
  1363. node_modules/next/config.d.ts
  1364. Referenced via './config.d.ts' from file 'node_modules/next/index.d.ts'
  1365. node_modules/next/dist/pages/_document.d.ts
  1366. Imported via './dist/pages/_document' from file 'node_modules/next/document.d.ts' with packageId 'next/dist/pages/[email protected]'
  1367. Imported via './dist/pages/_document' from file 'node_modules/next/document.d.ts' with packageId 'next/dist/pages/[email protected]'
  1368. node_modules/next/document.d.ts
  1369. Referenced via './document.d.ts' from file 'node_modules/next/index.d.ts'
  1370. node_modules/next/dist/shared/lib/dynamic.d.ts
  1371. Imported via './dist/shared/lib/dynamic' from file 'node_modules/next/dynamic.d.ts' with packageId 'next/dist/shared/lib/[email protected]'
  1372. Imported via './dist/shared/lib/dynamic' from file 'node_modules/next/dynamic.d.ts' with packageId 'next/dist/shared/lib/[email protected]'
  1373. node_modules/next/dynamic.d.ts
  1374. Referenced via './dynamic.d.ts' from file 'node_modules/next/index.d.ts'
  1375. node_modules/next/dist/pages/_error.d.ts
  1376. Imported via './dist/pages/_error' from file 'node_modules/next/error.d.ts' with packageId 'next/dist/pages/[email protected]'
  1377. Imported via './dist/pages/_error' from file 'node_modules/next/error.d.ts' with packageId 'next/dist/pages/[email protected]'
  1378. node_modules/next/error.d.ts
  1379. Referenced via './error.d.ts' from file 'node_modules/next/index.d.ts'
  1380. node_modules/next/dist/shared/lib/head.d.ts
  1381. Imported via './dist/shared/lib/head' from file 'node_modules/next/head.d.ts' with packageId 'next/dist/shared/lib/[email protected]'
  1382. Imported via './dist/shared/lib/head' from file 'node_modules/next/head.d.ts' with packageId 'next/dist/shared/lib/[email protected]'
  1383. node_modules/next/head.d.ts
  1384. Referenced via './head.d.ts' from file 'node_modules/next/index.d.ts'
  1385. node_modules/next/dist/client/image.d.ts
  1386. Imported via './dist/client/image' from file 'node_modules/next/image.d.ts' with packageId 'next/dist/client/[email protected]'
  1387. Imported via './dist/client/image' from file 'node_modules/next/image.d.ts' with packageId 'next/dist/client/[email protected]'
  1388. Imported via '../dist/client/image' from file 'node_modules/next/image-types/global.d.ts' with packageId 'next/dist/client/[email protected]'
  1389. Imported via '../dist/client/image' from file 'node_modules/next/image-types/global.d.ts' with packageId 'next/dist/client/[email protected]'
  1390. Imported via '../dist/client/image' from file 'node_modules/next/image-types/global.d.ts' with packageId 'next/dist/client/[email protected]'
  1391. Imported via '../dist/client/image' from file 'node_modules/next/image-types/global.d.ts' with packageId 'next/dist/client/[email protected]'
  1392. Imported via '../dist/client/image' from file 'node_modules/next/image-types/global.d.ts' with packageId 'next/dist/client/[email protected]'
  1393. Imported via '../dist/client/image' from file 'node_modules/next/image-types/global.d.ts' with packageId 'next/dist/client/[email protected]'
  1394. Imported via '../dist/client/image' from file 'node_modules/next/image-types/global.d.ts' with packageId 'next/dist/client/[email protected]'
  1395. Imported via '../dist/client/image' from file 'node_modules/next/image-types/global.d.ts' with packageId 'next/dist/client/[email protected]'
  1396. node_modules/next/image.d.ts
  1397. Referenced via './image.d.ts' from file 'node_modules/next/index.d.ts'
  1398. node_modules/next/dist/client/link.d.ts
  1399. Imported via './dist/client/link' from file 'node_modules/next/link.d.ts' with packageId 'next/dist/client/[email protected]'
  1400. Imported via './dist/client/link' from file 'node_modules/next/link.d.ts' with packageId 'next/dist/client/[email protected]'
  1401. node_modules/next/link.d.ts
  1402. Referenced via './link.d.ts' from file 'node_modules/next/index.d.ts'
  1403. Imported via "next/link" from file 'components/investmentSelection/InvestmentItem.tsx' with packageId 'next/[email protected]'
  1404. Imported via "next/link" from file 'components/Header.tsx' with packageId 'next/[email protected]'
  1405. Imported via "next/link" from file 'components/investmentShow/Info.tsx' with packageId 'next/[email protected]'
  1406. Imported via "next/link" from file 'components/ui/TransitionLayout.tsx' with packageId 'next/[email protected]'
  1407. node_modules/next/router.d.ts
  1408. Referenced via './router.d.ts' from file 'node_modules/next/index.d.ts'
  1409. Imported via "next/router" from file 'pages/investment/[id]/invest.tsx' with packageId 'next/[email protected]'
  1410. Imported via "next/router" from file 'pages/investment/[id].tsx' with packageId 'next/[email protected]'
  1411. Imported via "next/router" from file 'pages/investment/[id]/withdraw.tsx' with packageId 'next/[email protected]'
  1412. node_modules/next/dist/client/script.d.ts
  1413. Imported via './dist/client/script' from file 'node_modules/next/script.d.ts' with packageId 'next/dist/client/[email protected]'
  1414. Imported via './dist/client/script' from file 'node_modules/next/script.d.ts' with packageId 'next/dist/client/[email protected]'
  1415. node_modules/next/script.d.ts
  1416. Referenced via './script.d.ts' from file 'node_modules/next/index.d.ts'
  1417. node_modules/next/server.d.ts
  1418. Referenced via './server.d.ts' from file 'node_modules/next/index.d.ts'
  1419. node_modules/next/types/global.d.ts
  1420. Type library referenced via './types/global' from file 'node_modules/next/index.d.ts' with packageId 'next/types/[email protected]'
  1421. node_modules/next/index.d.ts
  1422. Type library referenced via 'next' from file 'next-env.d.ts' with packageId 'next/[email protected]'
  1423. Imported via 'next' from file 'pages/api/hello.ts' with packageId 'next/[email protected]'
  1424. node_modules/next/image-types/global.d.ts
  1425. Type library referenced via 'next/image-types/global' from file 'next-env.d.ts' with packageId 'next/image-types/[email protected]'
  1426. next-env.d.ts
  1427. Matched by include pattern 'next-env.d.ts' in 'tsconfig.json'
  1428. node_modules/bignumber.js/bignumber.d.ts
  1429. Imported via "bignumber.js" from file 'lib/Epoch.ts' with packageId 'bignumber.js/[email protected]'
  1430. Imported via 'bignumber.js' from file 'lib/convertUsd.ts' with packageId 'bignumber.js/[email protected]'
  1431. Imported via "bignumber.js" from file 'models/Money.tsx' with packageId 'bignumber.js/[email protected]'
  1432. Imported via 'bignumber.js' from file 'lib/use-async.ts' with packageId 'bignumber.js/[email protected]'
  1433. Imported via 'bignumber.js' from file 'node_modules/web3-core/types/index.d.ts' with packageId 'bignumber.js/[email protected]'
  1434. Imported via 'bignumber.js' from file 'node_modules/web3-eth/types/index.d.ts' with packageId 'bignumber.js/[email protected]'
  1435. Imported via 'bignumber.js' from file 'models/Investment.ts' with packageId 'bignumber.js/[email protected]'
  1436. Imported via 'bignumber.js' from file 'models/PendingWithdrawalToken.ts' with packageId 'bignumber.js/[email protected]'
  1437. Imported via "bignumber.js" from file 'lib/NumberInput.tsx' with packageId 'bignumber.js/[email protected]'
  1438. Imported via "bignumber.js" from file 'components/investmentInvest/JuniorTranche.tsx' with packageId 'bignumber.js/[email protected]'
  1439. Imported via "bignumber.js" from file 'components/investmentWithdraw/JuniorTranche.tsx' with packageId 'bignumber.js/[email protected]'
  1440. Imported via "bignumber.js" from file 'components/shared/WithdrawForm.tsx' with packageId 'bignumber.js/[email protected]'
  1441. Imported via "bignumber.js" from file 'pages/investment/[id]/withdraw.tsx' with packageId 'bignumber.js/[email protected]'
  1442. lib/Epoch.ts
  1443. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1444. Imported via "../../lib/Epoch" from file 'components/shared/WithdrawForm.tsx'
  1445. node_modules/@restart/ui/esm/types.d.ts
  1446. Imported via '@restart/ui/types' from file 'node_modules/react-bootstrap/esm/helpers.d.ts'
  1447. Imported via '@restart/ui/types' from file 'node_modules/react-bootstrap/esm/Collapse.d.ts'
  1448. Imported via './types' from file 'node_modules/@restart/ui/esm/DropdownItem.d.ts' with packageId '@restart/ui/esm/[email protected]'
  1449. Imported via './types' from file 'node_modules/@restart/ui/esm/Dropdown.d.ts' with packageId '@restart/ui/esm/[email protected]'
  1450. Imported via "./types" from file 'node_modules/@restart/ui/esm/Dropdown.d.ts' with packageId '@restart/ui/esm/[email protected]'
  1451. Imported via "@restart/ui/esm/types" from file 'node_modules/react-bootstrap/esm/Dropdown.d.ts' with packageId '@restart/ui/esm/[email protected]'
  1452. Imported via '@restart/ui/types' from file 'node_modules/react-bootstrap/esm/Fade.d.ts'
  1453. Imported via './types' from file 'node_modules/@restart/ui/esm/Nav.d.ts' with packageId '@restart/ui/esm/[email protected]'
  1454. Imported via './types' from file 'node_modules/@restart/ui/esm/NavItem.d.ts' with packageId '@restart/ui/esm/[email protected]'
  1455. Imported via '@restart/ui/types' from file 'node_modules/react-bootstrap/esm/ListGroup.d.ts'
  1456. Imported via './types' from file 'node_modules/@restart/ui/esm/Modal.d.ts' with packageId '@restart/ui/esm/[email protected]'
  1457. Imported via '@restart/ui/types' from file 'node_modules/react-bootstrap/esm/Nav.d.ts'
  1458. Imported via '@restart/ui/types' from file 'node_modules/react-bootstrap/esm/Navbar.d.ts'
  1459. Imported via "@restart/ui/esm/types" from file 'node_modules/react-bootstrap/esm/NavDropdown.d.ts' with packageId '@restart/ui/esm/[email protected]'
  1460. Imported via './types' from file 'node_modules/@restart/ui/esm/Overlay.d.ts' with packageId '@restart/ui/esm/[email protected]'
  1461. Imported via '@restart/ui/types' from file 'node_modules/react-bootstrap/esm/TabPane.d.ts'
  1462. Imported via './types' from file 'node_modules/@restart/ui/esm/Tabs.d.ts' with packageId '@restart/ui/esm/[email protected]'
  1463. Imported via './types' from file 'node_modules/@restart/ui/esm/TabPanel.d.ts' with packageId '@restart/ui/esm/[email protected]'
  1464. Imported via "./types" from file 'node_modules/@restart/ui/esm/Tabs.d.ts' with packageId '@restart/ui/esm/[email protected]'
  1465. Imported via '@restart/ui/types' from file 'node_modules/react-bootstrap/esm/Toast.d.ts'
  1466. node_modules/react-bootstrap/esm/helpers.d.ts
  1467. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Placeholder.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1468. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Col.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1469. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/PlaceholderButton.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1470. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Accordion.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1471. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/AccordionButton.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1472. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/AccordionCollapse.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1473. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/AccordionItem.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1474. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/AccordionHeader.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1475. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/AccordionBody.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1476. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Alert.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1477. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/Alert.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1478. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/Alert.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1479. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Badge.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1480. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Breadcrumb.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1481. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/BreadcrumbItem.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1482. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Button.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1483. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/ButtonGroup.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1484. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/ButtonToolbar.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1485. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Card.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1486. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/CardImg.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1487. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/CardHeader.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1488. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/CardGroup.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1489. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Carousel.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1490. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/CarouselItem.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1491. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Dropdown.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1492. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/DropdownToggle.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1493. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/DropdownMenu.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1494. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/DropdownItem.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1495. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/DropdownButton.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1496. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1497. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/FormGroup.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1498. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/FormControl.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1499. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Feedback.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1500. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/FormCheck.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1501. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/FormCheckInput.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1502. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/FormCheckLabel.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1503. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/FormLabel.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1504. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/FormText.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1505. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/FormRange.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1506. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/FormSelect.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1507. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/FloatingLabel.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1508. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/FormFloating.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1509. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Container.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1510. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Image.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1511. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/Figure.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1512. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/Figure.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1513. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/InputGroup.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1514. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/ListGroup.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1515. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/ListGroupItem.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1516. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Modal.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1517. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/ModalHeader.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1518. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/ModalDialog.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1519. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/ModalBody.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1520. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/ModalFooter.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1521. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/ModalTitle.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1522. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Nav.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1523. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/NavLink.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1524. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Navbar.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1525. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/NavbarBrand.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1526. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/NavbarCollapse.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1527. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Offcanvas.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1528. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/OffcanvasHeader.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1529. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/NavbarToggle.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1530. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/NavDropdown.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1531. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/NavItem.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1532. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/OffcanvasTitle.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1533. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/OffcanvasBody.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1534. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Overlay.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1535. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/PageItem.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1536. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Pagination.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1537. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/Pagination.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1538. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Popover.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1539. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/Popover.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1540. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/Popover.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1541. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/PopoverHeader.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1542. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/PopoverBody.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1543. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/ProgressBar.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1544. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Ratio.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1545. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Row.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1546. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Spinner.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1547. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/SplitButton.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1548. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Stack.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1549. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/TabPane.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1550. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/TabContainer.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1551. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/Tab.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1552. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/Tab.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1553. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/TabContent.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1554. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Table.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1555. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Tabs.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1556. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Toast.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1557. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/ToastHeader.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1558. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/ToastBody.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1559. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/ToastContainer.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1560. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/ToggleButtonGroup.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1561. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Tooltip.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1562. node_modules/react-bootstrap/esm/Col.d.ts
  1563. Imported via './Col' from file 'node_modules/react-bootstrap/esm/usePlaceholder.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1564. Imported via './Col' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1565. Imported via './Col' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1566. Imported via './Col' from file 'node_modules/react-bootstrap/esm/FormLabel.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1567. node_modules/@popperjs/core/lib/enums.d.ts
  1568. Imported via "./enums" from file 'node_modules/@popperjs/core/lib/types.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1569. Imported via "../enums" from file 'node_modules/@popperjs/core/lib/modifiers/flip.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1570. Imported via "../enums" from file 'node_modules/@popperjs/core/lib/modifiers/offset.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1571. Imported via "../enums" from file 'node_modules/@popperjs/core/lib/modifiers/computeStyles.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1572. Imported via "../enums" from file 'node_modules/@popperjs/core/lib/modifiers/arrow.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1573. Imported via "../enums" from file 'node_modules/@popperjs/core/lib/modifiers/preventOverflow.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1574. Imported via "./enums" from file 'node_modules/@popperjs/core/lib/index.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1575. Imported via "../enums" from file 'node_modules/@popperjs/core/lib/utils/detectOverflow.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1576. node_modules/@popperjs/core/lib/modifiers/popperOffsets.d.ts
  1577. Imported via "./modifiers/popperOffsets" from file 'node_modules/@popperjs/core/lib/types.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1578. Imported via "./popperOffsets" from file 'node_modules/@popperjs/core/lib/modifiers/index.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1579. Imported via "./modifiers/popperOffsets" from file 'node_modules/@popperjs/core/lib/popper-lite.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1580. Imported via "./modifiers/popperOffsets" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1581. node_modules/@popperjs/core/lib/modifiers/flip.d.ts
  1582. Imported via "./modifiers/flip" from file 'node_modules/@popperjs/core/lib/types.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1583. Imported via "./flip" from file 'node_modules/@popperjs/core/lib/modifiers/index.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1584. Imported via "./modifiers/flip" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1585. node_modules/@popperjs/core/lib/modifiers/hide.d.ts
  1586. Imported via "./modifiers/hide" from file 'node_modules/@popperjs/core/lib/types.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1587. Imported via "./hide" from file 'node_modules/@popperjs/core/lib/modifiers/index.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1588. Imported via "./modifiers/hide" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1589. node_modules/@popperjs/core/lib/modifiers/offset.d.ts
  1590. Imported via "./modifiers/offset" from file 'node_modules/@popperjs/core/lib/types.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1591. Imported via "./offset" from file 'node_modules/@popperjs/core/lib/modifiers/index.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1592. Imported via "./modifiers/offset" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1593. node_modules/@popperjs/core/lib/modifiers/eventListeners.d.ts
  1594. Imported via "./modifiers/eventListeners" from file 'node_modules/@popperjs/core/lib/types.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1595. Imported via "./eventListeners" from file 'node_modules/@popperjs/core/lib/modifiers/index.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1596. Imported via "./modifiers/eventListeners" from file 'node_modules/@popperjs/core/lib/popper-lite.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1597. Imported via "./modifiers/eventListeners" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1598. node_modules/@popperjs/core/lib/modifiers/computeStyles.d.ts
  1599. Imported via "./modifiers/computeStyles" from file 'node_modules/@popperjs/core/lib/types.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1600. Imported via "./computeStyles" from file 'node_modules/@popperjs/core/lib/modifiers/index.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1601. Imported via "./modifiers/computeStyles" from file 'node_modules/@popperjs/core/lib/popper-lite.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1602. Imported via "./modifiers/computeStyles" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1603. node_modules/@popperjs/core/lib/modifiers/arrow.d.ts
  1604. Imported via "./modifiers/arrow" from file 'node_modules/@popperjs/core/lib/types.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1605. Imported via "./arrow" from file 'node_modules/@popperjs/core/lib/modifiers/index.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1606. Imported via "./modifiers/arrow" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1607. node_modules/@popperjs/core/lib/modifiers/preventOverflow.d.ts
  1608. Imported via "./modifiers/preventOverflow" from file 'node_modules/@popperjs/core/lib/types.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1609. Imported via "./preventOverflow" from file 'node_modules/@popperjs/core/lib/modifiers/index.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1610. Imported via "./modifiers/preventOverflow" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1611. node_modules/@popperjs/core/lib/modifiers/applyStyles.d.ts
  1612. Imported via "./modifiers/applyStyles" from file 'node_modules/@popperjs/core/lib/types.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1613. Imported via "./applyStyles" from file 'node_modules/@popperjs/core/lib/modifiers/index.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1614. Imported via "./modifiers/applyStyles" from file 'node_modules/@popperjs/core/lib/popper-lite.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1615. Imported via "./modifiers/applyStyles" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/modifiers/[email protected]'
  1616. node_modules/@popperjs/core/lib/types.d.ts
  1617. Imported via "./types" from file 'node_modules/@popperjs/core/lib/index.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1618. Imported via "../types" from file 'node_modules/@popperjs/core/lib/modifiers/popperOffsets.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1619. Imported via "../types" from file 'node_modules/@popperjs/core/lib/modifiers/flip.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1620. Imported via "../types" from file 'node_modules/@popperjs/core/lib/modifiers/hide.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1621. Imported via "../types" from file 'node_modules/@popperjs/core/lib/modifiers/offset.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1622. Imported via "../types" from file 'node_modules/@popperjs/core/lib/modifiers/eventListeners.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1623. Imported via "../types" from file 'node_modules/@popperjs/core/lib/modifiers/computeStyles.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1624. Imported via "../types" from file 'node_modules/@popperjs/core/lib/modifiers/arrow.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1625. Imported via "../types" from file 'node_modules/@popperjs/core/lib/modifiers/preventOverflow.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1626. Imported via "../types" from file 'node_modules/@popperjs/core/lib/modifiers/applyStyles.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1627. Imported via "./types" from file 'node_modules/@popperjs/core/lib/createPopper.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1628. Imported via "../types" from file 'node_modules/@popperjs/core/lib/utils/detectOverflow.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1629. Imported via "./types" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1630. Imported via "./types" from file 'node_modules/@popperjs/core/lib/popper-lite.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1631. Imported via "./types" from file 'node_modules/@popperjs/core/lib/popper-lite.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1632. Imported via "./types" from file 'node_modules/@popperjs/core/lib/popper-lite.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1633. Imported via "./types" from file 'node_modules/@popperjs/core/lib/popper-lite.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1634. Imported via "./types" from file 'node_modules/@popperjs/core/lib/popper-lite.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1635. Imported via "./types" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1636. Imported via "./types" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1637. Imported via "./types" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1638. Imported via "./types" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1639. node_modules/@popperjs/core/lib/modifiers/index.d.ts
  1640. Imported via "./modifiers" from file 'node_modules/@popperjs/core/lib/index.d.ts'
  1641. Imported via "./modifiers" from file 'node_modules/@popperjs/core/lib/popper.d.ts'
  1642. node_modules/@popperjs/core/lib/utils/detectOverflow.d.ts
  1643. Imported via "./utils/detectOverflow" from file 'node_modules/@popperjs/core/lib/createPopper.d.ts' with packageId '@popperjs/core/lib/utils/[email protected]'
  1644. node_modules/@popperjs/core/lib/createPopper.d.ts
  1645. Imported via "./createPopper" from file 'node_modules/@popperjs/core/lib/index.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1646. Imported via "./createPopper" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1647. Imported via "./createPopper" from file 'node_modules/@popperjs/core/lib/popper-lite.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1648. node_modules/@popperjs/core/lib/popper-lite.d.ts
  1649. Imported via "./popper-lite" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1650. Imported via "./popper-lite" from file 'node_modules/@popperjs/core/lib/index.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1651. node_modules/@popperjs/core/lib/popper.d.ts
  1652. Imported via "./popper" from file 'node_modules/@popperjs/core/lib/index.d.ts' with packageId '@popperjs/core/lib/[email protected]'
  1653. node_modules/@popperjs/core/lib/index.d.ts
  1654. Imported via './lib' from file 'node_modules/@popperjs/core/index.d.ts'
  1655. node_modules/@popperjs/core/index.d.ts
  1656. Imported via '@popperjs/core' from file 'node_modules/@restart/ui/esm/usePopper.d.ts' with packageId '@popperjs/core/[email protected]'
  1657. node_modules/@restart/ui/esm/usePopper.d.ts
  1658. Imported via '@restart/ui/usePopper' from file 'node_modules/react-bootstrap/esm/types.d.ts'
  1659. Imported via './usePopper' from file 'node_modules/@restart/ui/esm/DropdownContext.d.ts' with packageId '@restart/ui/esm/[email protected]'
  1660. Imported via './usePopper' from file 'node_modules/@restart/ui/esm/DropdownMenu.d.ts' with packageId '@restart/ui/esm/[email protected]'
  1661. Imported via './usePopper' from file 'node_modules/@restart/ui/esm/Dropdown.d.ts' with packageId '@restart/ui/esm/[email protected]'
  1662. Imported via './usePopper' from file 'node_modules/@restart/ui/esm/Overlay.d.ts' with packageId '@restart/ui/esm/[email protected]'
  1663. node_modules/react-bootstrap/esm/types.d.ts
  1664. Imported via './types' from file 'node_modules/react-bootstrap/esm/usePlaceholder.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1665. Imported via './types' from file 'node_modules/react-bootstrap/esm/PlaceholderButton.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1666. Imported via './types' from file 'node_modules/react-bootstrap/esm/Alert.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1667. Imported via './types' from file 'node_modules/react-bootstrap/esm/Badge.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1668. Imported via './types' from file 'node_modules/react-bootstrap/esm/Button.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1669. Imported via './types' from file 'node_modules/react-bootstrap/esm/Card.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1670. Imported via './types' from file 'node_modules/react-bootstrap/esm/DropdownContext.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1671. Imported via './types' from file 'node_modules/react-bootstrap/esm/Dropdown.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1672. Imported via './types' from file 'node_modules/react-bootstrap/esm/DropdownMenu.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1673. Imported via './types' from file 'node_modules/react-bootstrap/esm/ListGroupItem.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1674. Imported via './types' from file 'node_modules/react-bootstrap/esm/Overlay.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1675. Imported via './types' from file 'node_modules/react-bootstrap/esm/Popover.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1676. Imported via './types' from file 'node_modules/react-bootstrap/esm/Spinner.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1677. Imported via './types' from file 'node_modules/react-bootstrap/esm/Stack.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1678. Imported via './types' from file 'node_modules/react-bootstrap/esm/Toast.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1679. Imported via './types' from file 'node_modules/react-bootstrap/esm/Tooltip.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1680. node_modules/react-bootstrap/esm/usePlaceholder.d.ts
  1681. Imported via './usePlaceholder' from file 'node_modules/react-bootstrap/esm/Placeholder.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1682. Imported via './usePlaceholder' from file 'node_modules/react-bootstrap/esm/PlaceholderButton.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1683. node_modules/react-bootstrap/esm/PlaceholderButton.d.ts
  1684. Imported via "./PlaceholderButton" from file 'node_modules/react-bootstrap/esm/Placeholder.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1685. Imported via './PlaceholderButton' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1686. Imported via './PlaceholderButton' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1687. node_modules/react-bootstrap/esm/Placeholder.d.ts
  1688. Imported via "react-bootstrap/Placeholder" from file 'models/Money.tsx'
  1689. Imported via './Placeholder' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1690. Imported via './Placeholder' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  1691. models/Money.tsx
  1692. Imported via '../models/Money' from file 'lib/convertUsd.ts'
  1693. Imported via '../models/Money' from file 'lib/use-async.ts'
  1694. Imported via './Money' from file 'models/Chain.ts'
  1695. Imported via '../models/Money' from file 'models/Contract.ts'
  1696. Imported via './Money' from file 'models/BaseERC20.ts'
  1697. Imported via '../models/Money' from file 'models/Investment.ts'
  1698. Imported via "./Money" from file 'models/AllContracts.ts'
  1699. Imported via '../../models/Money' from file 'lib/useWallet/Wallet.ts'
  1700. Imported via "../models/Money" from file 'components/Header.tsx'
  1701. Imported via "../../models/Money" from file 'components/investmentInvest/CurrentPosition.tsx'
  1702. Imported via "../../models/Money" from file 'components/investmentInvest/InvestModal.tsx'
  1703. Imported via "../models/Money" from file 'lib/NumberInput.tsx'
  1704. Imported via "../../models/Money" from file 'components/investmentInvest/JuniorTranche.tsx'
  1705. Imported via "../../models/Money" from file 'components/shared/JuniorTrancheInfo.tsx'
  1706. Imported via "../../models/Money" from file 'components/investmentWithdraw/JuniorTranche.tsx'
  1707. Imported via "../../models/Money" from file 'components/shared/WithdrawForm.tsx'
  1708. Imported via "../../models/Money" from file 'components/investmentWithdraw/WithdrawModal.tsx'
  1709. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  1710. lib/convertUsd.ts
  1711. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1712. Imported via "../../lib/convertUsd" from file 'components/investmentInvest/CurrentPosition.tsx'
  1713. lib/repeater.ts
  1714. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1715. lib/use-async.ts
  1716. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1717. node_modules/web3modal/dist/helpers/local.d.ts
  1718. Imported via "./local" from file 'node_modules/web3modal/dist/helpers/index.d.ts' with packageId 'web3modal/dist/helpers/[email protected]'
  1719. node_modules/web3modal/dist/helpers/types.d.ts
  1720. Imported via "./types" from file 'node_modules/web3modal/dist/helpers/index.d.ts' with packageId 'web3modal/dist/helpers/[email protected]'
  1721. Imported via "./types" from file 'node_modules/web3modal/dist/helpers/utils.d.ts' with packageId 'web3modal/dist/helpers/[email protected]'
  1722. node_modules/web3modal/dist/helpers/utils.d.ts
  1723. Imported via "./utils" from file 'node_modules/web3modal/dist/helpers/index.d.ts' with packageId 'web3modal/dist/helpers/[email protected]'
  1724. node_modules/web3modal/dist/helpers/index.d.ts
  1725. Imported via "../helpers" from file 'node_modules/web3modal/dist/core/index.d.ts'
  1726. Imported via "../helpers" from file 'node_modules/web3modal/dist/components/Modal.d.ts'
  1727. Imported via "../helpers" from file 'node_modules/web3modal/dist/components/Provider.d.ts'
  1728. Imported via "../helpers" from file 'node_modules/web3modal/dist/constants/chains.d.ts'
  1729. Imported via "../helpers" from file 'node_modules/web3modal/dist/controllers/events.d.ts'
  1730. Imported via "../helpers" from file 'node_modules/web3modal/dist/controllers/providers.d.ts'
  1731. Imported via "../../helpers" from file 'node_modules/web3modal/dist/providers/connectors/walletconnect.d.ts'
  1732. Imported via "../../helpers" from file 'node_modules/web3modal/dist/providers/connectors/portis.d.ts'
  1733. Imported via "../../helpers" from file 'node_modules/web3modal/dist/providers/connectors/fortmatic.d.ts'
  1734. Imported via "../../helpers" from file 'node_modules/web3modal/dist/providers/connectors/torus.d.ts'
  1735. Imported via "../../helpers" from file 'node_modules/web3modal/dist/providers/connectors/venly.d.ts'
  1736. Imported via "../../helpers" from file 'node_modules/web3modal/dist/providers/connectors/authereum.d.ts'
  1737. Imported via "../../helpers" from file 'node_modules/web3modal/dist/providers/connectors/burnerconnect.d.ts'
  1738. Imported via "../../helpers" from file 'node_modules/web3modal/dist/providers/connectors/mewconnect.d.ts'
  1739. Imported via "../../helpers" from file 'node_modules/web3modal/dist/providers/connectors/dcentwallet.d.ts'
  1740. Imported via "../../helpers" from file 'node_modules/web3modal/dist/providers/connectors/bitski.d.ts'
  1741. Imported via "../../helpers" from file 'node_modules/web3modal/dist/providers/connectors/walletlink.d.ts'
  1742. Imported via "../../helpers" from file 'node_modules/web3modal/dist/providers/injected/index.d.ts'
  1743. Imported via "../../helpers" from file 'node_modules/web3modal/dist/providers/providers/index.d.ts'
  1744. Imported via "./helpers" from file 'node_modules/web3modal/dist/index.d.ts'
  1745. Imported via "../helpers" from file 'node_modules/web3modal/dist/themes/index.d.ts'
  1746. node_modules/web3modal/dist/core/index.d.ts
  1747. Imported via "./core" from file 'node_modules/web3modal/dist/index.d.ts'
  1748. node_modules/web3modal/dist/components/Modal.d.ts
  1749. Imported via "./Modal" from file 'node_modules/web3modal/dist/components/index.d.ts' with packageId 'web3modal/dist/components/[email protected]'
  1750. node_modules/web3modal/dist/components/Provider.d.ts
  1751. Imported via "./Provider" from file 'node_modules/web3modal/dist/components/index.d.ts' with packageId 'web3modal/dist/components/[email protected]'
  1752. node_modules/web3modal/dist/components/index.d.ts
  1753. Imported via "./components" from file 'node_modules/web3modal/dist/index.d.ts'
  1754. node_modules/web3modal/dist/constants/chains.d.ts
  1755. Imported via "./chains" from file 'node_modules/web3modal/dist/constants/index.d.ts' with packageId 'web3modal/dist/constants/[email protected]'
  1756. node_modules/web3modal/dist/constants/classNames.d.ts
  1757. Imported via "./classNames" from file 'node_modules/web3modal/dist/constants/index.d.ts' with packageId 'web3modal/dist/constants/[email protected]'
  1758. node_modules/web3modal/dist/constants/events.d.ts
  1759. Imported via "./events" from file 'node_modules/web3modal/dist/constants/index.d.ts' with packageId 'web3modal/dist/constants/[email protected]'
  1760. node_modules/web3modal/dist/constants/keys.d.ts
  1761. Imported via "./keys" from file 'node_modules/web3modal/dist/constants/index.d.ts' with packageId 'web3modal/dist/constants/[email protected]'
  1762. node_modules/web3modal/dist/constants/index.d.ts
  1763. Imported via "./constants" from file 'node_modules/web3modal/dist/index.d.ts'
  1764. node_modules/web3modal/dist/controllers/events.d.ts
  1765. Imported via "./events" from file 'node_modules/web3modal/dist/controllers/index.d.ts' with packageId 'web3modal/dist/controllers/[email protected]'
  1766. node_modules/web3modal/dist/controllers/providers.d.ts
  1767. Imported via "./providers" from file 'node_modules/web3modal/dist/controllers/index.d.ts' with packageId 'web3modal/dist/controllers/[email protected]'
  1768. node_modules/web3modal/dist/controllers/index.d.ts
  1769. Imported via "./controllers" from file 'node_modules/web3modal/dist/index.d.ts'
  1770. node_modules/web3modal/dist/providers/connectors/injected.d.ts
  1771. Imported via "./injected" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/[email protected]'
  1772. node_modules/web3modal/dist/providers/connectors/walletconnect.d.ts
  1773. Imported via "./walletconnect" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/[email protected]'
  1774. node_modules/web3modal/dist/providers/connectors/portis.d.ts
  1775. Imported via "./portis" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/[email protected]'
  1776. node_modules/web3modal/dist/providers/connectors/fortmatic.d.ts
  1777. Imported via "./fortmatic" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/[email protected]'
  1778. node_modules/web3modal/dist/providers/connectors/torus.d.ts
  1779. Imported via "./torus" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/[email protected]'
  1780. node_modules/web3modal/dist/providers/connectors/venly.d.ts
  1781. Imported via "./venly" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/[email protected]'
  1782. node_modules/web3modal/dist/providers/connectors/authereum.d.ts
  1783. Imported via "./authereum" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/[email protected]'
  1784. node_modules/web3modal/dist/providers/connectors/burnerconnect.d.ts
  1785. Imported via "./burnerconnect" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/[email protected]'
  1786. node_modules/web3modal/dist/providers/connectors/mewconnect.d.ts
  1787. Imported via "./mewconnect" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/[email protected]'
  1788. node_modules/web3modal/dist/providers/connectors/dcentwallet.d.ts
  1789. Imported via "./dcentwallet" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/[email protected]'
  1790. node_modules/web3modal/dist/providers/connectors/bitski.d.ts
  1791. Imported via "./bitski" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/[email protected]'
  1792. node_modules/web3modal/dist/providers/connectors/frame.d.ts
  1793. Imported via "./frame" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/[email protected]'
  1794. node_modules/web3modal/dist/providers/connectors/binancechainwallet.d.ts
  1795. Imported via "./binancechainwallet" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/[email protected]'
  1796. node_modules/web3modal/dist/providers/connectors/walletlink.d.ts
  1797. Imported via "./walletlink" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/[email protected]'
  1798. node_modules/web3modal/dist/providers/connectors/index.d.ts
  1799. Imported via "./connectors" from file 'node_modules/web3modal/dist/providers/index.d.ts'
  1800. node_modules/web3modal/dist/providers/injected/index.d.ts
  1801. Imported via "./injected" from file 'node_modules/web3modal/dist/providers/index.d.ts'
  1802. Imported via "../injected" from file 'node_modules/web3modal/dist/providers/providers/index.d.ts'
  1803. node_modules/web3modal/dist/providers/providers/index.d.ts
  1804. Imported via "./providers" from file 'node_modules/web3modal/dist/providers/index.d.ts'
  1805. node_modules/web3modal/dist/providers/index.d.ts
  1806. Imported via "./providers" from file 'node_modules/web3modal/dist/index.d.ts'
  1807. node_modules/web3modal/dist/themes/index.d.ts
  1808. Imported via "./themes" from file 'node_modules/web3modal/dist/index.d.ts'
  1809. node_modules/web3modal/dist/index.d.ts
  1810. Imported via "web3modal" from file 'lib/useWallet/web3Modal.ts' with packageId 'web3modal/dist/[email protected]'
  1811. node_modules/@walletconnect/http-connection/node_modules/eventemitter3/index.d.ts
  1812. Imported via "eventemitter3" from file 'node_modules/@walletconnect/http-connection/dist/cjs/index.d.ts' with packageId 'eventemitter3/[email protected]'
  1813. node_modules/@walletconnect/http-connection/dist/cjs/index.d.ts
  1814. Imported via "@walletconnect/http-connection" from file 'node_modules/@walletconnect/web3-provider/dist/cjs/index.d.ts' with packageId '@walletconnect/http-connection/dist/cjs/[email protected]'
  1815. node_modules/@walletconnect/types/index.d.ts
  1816. Imported via "@walletconnect/types" from file 'node_modules/@walletconnect/web3-provider/dist/cjs/index.d.ts' with packageId '@walletconnect/types/[email protected]'
  1817. Imported via "@walletconnect/types" from file 'node_modules/@walletconnect/web3-provider/dist/cjs/index.d.ts' with packageId '@walletconnect/types/[email protected]'
  1818. node_modules/@walletconnect/web3-provider/dist/cjs/index.d.ts
  1819. Imported via "@walletconnect/web3-provider" from file 'lib/useWallet/web3Modal.ts' with packageId '@walletconnect/web3-provider/dist/cjs/[email protected]'
  1820. lib/useWallet/web3Modal.ts
  1821. Imported via './useWallet/web3Modal' from file 'lib/useWallet.ts'
  1822. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1823. lib/useWallet/Singleton.ts
  1824. Imported via './useWallet/Singleton' from file 'lib/useWallet.ts'
  1825. Imported via './Singleton' from file 'lib/useWallet/Wallet.ts'
  1826. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1827. node_modules/web3-bzz/types/index.d.ts
  1828. Imported via 'web3-bzz' from file 'node_modules/web3/types/index.d.ts' with packageId 'web3-bzz/types/[email protected]'
  1829. node_modules/web3-core-helpers/types/index.d.ts
  1830. Imported via 'web3-core-helpers' from file 'node_modules/web3-core/types/index.d.ts' with packageId 'web3-core-helpers/types/[email protected]'
  1831. Imported via 'web3-core-helpers' from file 'node_modules/web3-core-method/types/index.d.ts' with packageId 'web3-core-helpers/types/[email protected]'
  1832. Imported via 'web3-core-helpers' from file 'node_modules/web3-eth-ens/types/index.d.ts' with packageId 'web3-core-helpers/types/[email protected]'
  1833. node_modules/web3-core-method/types/index.d.ts
  1834. Imported via 'web3-core-method' from file 'node_modules/web3-core/types/index.d.ts' with packageId 'web3-core-method/types/[email protected]'
  1835. node_modules/@types/bn.js/index.d.ts
  1836. Imported via 'bn.js' from file 'node_modules/web3-core/types/index.d.ts' with packageId '@types/bn.js/[email protected]'
  1837. Imported via 'bn.js' from file 'node_modules/web3-eth-contract/types/index.d.ts' with packageId '@types/bn.js/[email protected]'
  1838. Imported via 'bn.js' from file 'node_modules/web3-eth/types/index.d.ts' with packageId '@types/bn.js/[email protected]'
  1839. Entry point for implicit type library 'bn.js' with packageId '@types/bn.js/[email protected]'
  1840. node_modules/web3-core/types/index.d.ts
  1841. Imported via 'web3-core' from file 'node_modules/web3/types/index.d.ts' with packageId 'web3-core/types/[email protected]'
  1842. Imported via 'web3-core' from file 'node_modules/web3-eth/types/index.d.ts' with packageId 'web3-core/types/[email protected]'
  1843. Imported via 'web3-core' from file 'node_modules/web3-eth-accounts/types/index.d.ts' with packageId 'web3-core/types/[email protected]'
  1844. Imported via 'web3-core' from file 'node_modules/web3-eth-accounts/types/index.d.ts' with packageId 'web3-core/types/[email protected]'
  1845. Imported via 'web3-core' from file 'node_modules/web3-eth-contract/types/index.d.ts' with packageId 'web3-core/types/[email protected]'
  1846. Imported via 'web3-core' from file 'node_modules/web3-eth-ens/types/index.d.ts' with packageId 'web3-core/types/[email protected]'
  1847. Imported via 'web3-core' from file 'node_modules/web3-eth-personal/types/index.d.ts' with packageId 'web3-core/types/[email protected]'
  1848. Imported via 'web3-core' from file 'node_modules/web3-net/types/index.d.ts' with packageId 'web3-core/types/[email protected]'
  1849. Imported via 'web3-core' from file 'node_modules/web3-eth/types/index.d.ts' with packageId 'web3-core/types/[email protected]'
  1850. Imported via 'web3-core' from file 'node_modules/web3-shh/types/index.d.ts' with packageId 'web3-core/types/[email protected]'
  1851. Imported via 'web3-core' from file 'lib/useWallet/Wallet.ts' with packageId 'web3-core/types/[email protected]'
  1852. Imported via 'web3-core' from file 'models/Contract.ts' with packageId 'web3-core/types/[email protected]'
  1853. node_modules/web3-core-subscriptions/types/index.d.ts
  1854. Imported via 'web3-core-subscriptions' from file 'node_modules/web3-eth/types/index.d.ts' with packageId 'web3-core-subscriptions/types/[email protected]'
  1855. node_modules/web3-utils/node_modules/@types/bn.js/index.d.ts
  1856. Imported via 'bn.js' from file 'node_modules/web3-utils/types/index.d.ts' with packageId '@types/bn.js/[email protected]'
  1857. node_modules/web3-utils/types/index.d.ts
  1858. Imported via 'web3-utils' from file 'node_modules/web3-eth-abi/types/index.d.ts' with packageId 'web3-utils/types/[email protected]'
  1859. Imported via 'web3-utils' from file 'node_modules/web3-eth-contract/types/index.d.ts' with packageId 'web3-utils/types/[email protected]'
  1860. Imported via 'web3-utils' from file 'node_modules/web3-eth/types/index.d.ts' with packageId 'web3-utils/types/[email protected]'
  1861. Imported via 'web3-utils' from file 'node_modules/web3/types/index.d.ts' with packageId 'web3-utils/types/[email protected]'
  1862. Imported via 'web3-utils' from file 'models/Investment.ts' with packageId 'web3-utils/types/[email protected]'
  1863. Imported via 'web3-utils' from file 'models/Contract.ts' with packageId 'web3-utils/types/[email protected]'
  1864. Imported via 'web3-utils' from file 'models/JuniorToken.ts' with packageId 'web3-utils/types/[email protected]'
  1865. Imported via 'web3-utils' from file 'models/BaseERC20.ts' with packageId 'web3-utils/types/[email protected]'
  1866. Imported via 'web3-utils' from file 'models/PendingWithdrawalToken.ts' with packageId 'web3-utils/types/[email protected]'
  1867. Imported via 'web3-utils' from file 'models/SeniorToken.ts' with packageId 'web3-utils/types/[email protected]'
  1868. node_modules/web3-eth-abi/types/index.d.ts
  1869. Imported via 'web3-eth-abi' from file 'node_modules/web3-eth/types/index.d.ts' with packageId 'web3-eth-abi/types/[email protected]'
  1870. node_modules/web3-eth-accounts/types/index.d.ts
  1871. Imported via 'web3-eth-accounts' from file 'node_modules/web3-eth/types/index.d.ts' with packageId 'web3-eth-accounts/types/[email protected]'
  1872. node_modules/web3-eth-contract/types/index.d.ts
  1873. Imported via 'web3-eth-contract' from file 'node_modules/web3-eth/types/index.d.ts' with packageId 'web3-eth-contract/types/[email protected]'
  1874. Imported via 'web3-eth-contract' from file 'node_modules/web3-eth-ens/types/index.d.ts' with packageId 'web3-eth-contract/types/[email protected]'
  1875. Imported via 'web3-eth-contract' from file 'models/Contract.ts' with packageId 'web3-eth-contract/types/[email protected]'
  1876. node_modules/web3-eth-ens/types/index.d.ts
  1877. Imported via 'web3-eth-ens' from file 'node_modules/web3-eth/types/index.d.ts' with packageId 'web3-eth-ens/types/[email protected]'
  1878. node_modules/web3-eth-iban/types/index.d.ts
  1879. Imported via 'web3-eth-iban' from file 'node_modules/web3-eth/types/index.d.ts' with packageId 'web3-eth-iban/types/[email protected]'
  1880. node_modules/web3-eth-personal/types/index.d.ts
  1881. Imported via 'web3-eth-personal' from file 'node_modules/web3-eth/types/index.d.ts' with packageId 'web3-eth-personal/types/[email protected]'
  1882. Imported via 'web3-eth-personal' from file 'node_modules/web3/types/index.d.ts' with packageId 'web3-eth-personal/types/[email protected]'
  1883. node_modules/web3-net/types/index.d.ts
  1884. Imported via 'web3-net' from file 'node_modules/web3-eth/types/index.d.ts' with packageId 'web3-net/types/[email protected]'
  1885. Imported via 'web3-net' from file 'node_modules/web3/types/index.d.ts' with packageId 'web3-net/types/[email protected]'
  1886. Imported via 'web3-net' from file 'node_modules/web3-shh/types/index.d.ts' with packageId 'web3-net/types/[email protected]'
  1887. node_modules/web3-eth/types/index.d.ts
  1888. Imported via 'web3-eth' from file 'node_modules/web3/types/index.d.ts' with packageId 'web3-eth/types/[email protected]'
  1889. Imported via 'web3-eth' from file 'node_modules/web3-eth-ens/types/index.d.ts' with packageId 'web3-eth/types/[email protected]'
  1890. Imported via 'web3-eth' from file 'lib/useWallet/Wallet.ts' with packageId 'web3-eth/types/[email protected]'
  1891. Imported via 'web3-eth' from file 'models/AllContracts.ts' with packageId 'web3-eth/types/[email protected]'
  1892. Imported via 'web3-eth' from file 'models/Contract.ts' with packageId 'web3-eth/types/[email protected]'
  1893. Imported via 'web3-eth' from file 'models/Investment.ts' with packageId 'web3-eth/types/[email protected]'
  1894. Imported via 'web3-eth' from file 'lib/useWallet/provider.ts' with packageId 'web3-eth/types/[email protected]'
  1895. node_modules/web3-shh/types/index.d.ts
  1896. Imported via 'web3-shh' from file 'node_modules/web3/types/index.d.ts' with packageId 'web3-shh/types/[email protected]'
  1897. node_modules/web3/types/index.d.ts
  1898. Imported via 'web3' from file 'lib/useWallet/Wallet.ts' with packageId 'web3/types/[email protected]'
  1899. node_modules/react-hot-toast/dist/core/types.d.ts
  1900. Imported via './types' from file 'node_modules/react-hot-toast/dist/core/toast.d.ts' with packageId 'react-hot-toast/dist/core/[email protected]'
  1901. Imported via './core/types' from file 'node_modules/react-hot-toast/dist/index.d.ts' with packageId 'react-hot-toast/dist/core/[email protected]'
  1902. Imported via './types' from file 'node_modules/react-hot-toast/dist/core/use-toaster.d.ts' with packageId 'react-hot-toast/dist/core/[email protected]'
  1903. Imported via '../core/types' from file 'node_modules/react-hot-toast/dist/components/toast-bar.d.ts' with packageId 'react-hot-toast/dist/core/[email protected]'
  1904. Imported via '../core/types' from file 'node_modules/react-hot-toast/dist/components/toast-icon.d.ts' with packageId 'react-hot-toast/dist/core/[email protected]'
  1905. Imported via '../core/types' from file 'node_modules/react-hot-toast/dist/components/toaster.d.ts' with packageId 'react-hot-toast/dist/core/[email protected]'
  1906. Imported via './types' from file 'node_modules/react-hot-toast/dist/core/store.d.ts' with packageId 'react-hot-toast/dist/core/[email protected]'
  1907. Imported via './core/types' from file 'node_modules/react-hot-toast/dist/index.d.ts' with packageId 'react-hot-toast/dist/core/[email protected]'
  1908. node_modules/react-hot-toast/dist/core/toast.d.ts
  1909. Imported via './core/toast' from file 'node_modules/react-hot-toast/dist/index.d.ts' with packageId 'react-hot-toast/dist/core/[email protected]'
  1910. node_modules/react-hot-toast/dist/core/use-toaster.d.ts
  1911. Imported via './core/use-toaster' from file 'node_modules/react-hot-toast/dist/index.d.ts' with packageId 'react-hot-toast/dist/core/[email protected]'
  1912. node_modules/react-hot-toast/dist/components/toast-bar.d.ts
  1913. Imported via './components/toast-bar' from file 'node_modules/react-hot-toast/dist/index.d.ts' with packageId 'react-hot-toast/dist/components/[email protected]'
  1914. node_modules/goober/goober.d.ts
  1915. Imported via "goober" from file 'node_modules/react-hot-toast/dist/components/error.d.ts' with packageId 'goober/[email protected]'
  1916. Imported via "goober" from file 'node_modules/react-hot-toast/dist/components/error.d.ts' with packageId 'goober/[email protected]'
  1917. Imported via "goober" from file 'node_modules/react-hot-toast/dist/components/loader.d.ts' with packageId 'goober/[email protected]'
  1918. Imported via "goober" from file 'node_modules/react-hot-toast/dist/components/loader.d.ts' with packageId 'goober/[email protected]'
  1919. Imported via "goober" from file 'node_modules/react-hot-toast/dist/components/checkmark.d.ts' with packageId 'goober/[email protected]'
  1920. Imported via "goober" from file 'node_modules/react-hot-toast/dist/components/checkmark.d.ts' with packageId 'goober/[email protected]'
  1921. Imported via "goober" from file 'node_modules/react-hot-toast/dist/components/toast-icon.d.ts' with packageId 'goober/[email protected]'
  1922. Imported via "goober" from file 'node_modules/react-hot-toast/dist/components/toast-icon.d.ts' with packageId 'goober/[email protected]'
  1923. node_modules/react-hot-toast/dist/components/error.d.ts
  1924. Imported via './error' from file 'node_modules/react-hot-toast/dist/components/toast-icon.d.ts' with packageId 'react-hot-toast/dist/components/[email protected]'
  1925. Imported via './components/error' from file 'node_modules/react-hot-toast/dist/index.d.ts' with packageId 'react-hot-toast/dist/components/[email protected]'
  1926. node_modules/react-hot-toast/dist/components/loader.d.ts
  1927. Imported via './loader' from file 'node_modules/react-hot-toast/dist/components/toast-icon.d.ts' with packageId 'react-hot-toast/dist/components/[email protected]'
  1928. Imported via './components/loader' from file 'node_modules/react-hot-toast/dist/index.d.ts' with packageId 'react-hot-toast/dist/components/[email protected]'
  1929. node_modules/react-hot-toast/dist/components/checkmark.d.ts
  1930. Imported via './checkmark' from file 'node_modules/react-hot-toast/dist/components/toast-icon.d.ts' with packageId 'react-hot-toast/dist/components/[email protected]'
  1931. Imported via './components/checkmark' from file 'node_modules/react-hot-toast/dist/index.d.ts' with packageId 'react-hot-toast/dist/components/[email protected]'
  1932. node_modules/react-hot-toast/dist/components/toast-icon.d.ts
  1933. Imported via './components/toast-icon' from file 'node_modules/react-hot-toast/dist/index.d.ts' with packageId 'react-hot-toast/dist/components/[email protected]'
  1934. node_modules/react-hot-toast/dist/components/toaster.d.ts
  1935. Imported via './components/toaster' from file 'node_modules/react-hot-toast/dist/index.d.ts' with packageId 'react-hot-toast/dist/components/[email protected]'
  1936. node_modules/react-hot-toast/dist/core/store.d.ts
  1937. Imported via './core/store' from file 'node_modules/react-hot-toast/dist/index.d.ts' with packageId 'react-hot-toast/dist/core/[email protected]'
  1938. node_modules/react-hot-toast/dist/index.d.ts
  1939. Imported via 'react-hot-toast' from file 'lib/useWallet/Wallet.ts' with packageId 'react-hot-toast/dist/[email protected]'
  1940. Imported via 'react-hot-toast' from file 'models/Contract.ts' with packageId 'react-hot-toast/dist/[email protected]'
  1941. Imported via 'react-hot-toast' from file 'lib/useWallet/switchToChain.ts' with packageId 'react-hot-toast/dist/[email protected]'
  1942. Imported via "react-hot-toast" from file 'pages/_app.tsx' with packageId 'react-hot-toast/dist/[email protected]'
  1943. models/Chain.ts
  1944. Imported via '../../models/Chain' from file 'lib/useWallet/Wallet.ts'
  1945. Imported via './Chain' from file 'models/AllContracts.ts'
  1946. Imported via '../models/Chain' from file 'models/Contract.ts'
  1947. Imported via './Chain' from file 'models/Investment.ts'
  1948. Imported via '../../models/Chain' from file 'lib/useWallet/switchToChain.ts'
  1949. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1950. models/Contract.ts
  1951. Imported via './Contract' from file 'models/Investment.ts'
  1952. Imported via './Contract' from file 'models/BaseERC20.ts'
  1953. Imported via './Contract' from file 'models/PendingWithdrawalToken.ts'
  1954. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1955. abi/contracts/Investment.json
  1956. Imported via '../abi/contracts/Investment.json' from file 'models/Investment.ts'
  1957. abi/contracts/JuniorToken.json
  1958. Imported via '../abi/contracts/JuniorToken.json' from file 'models/JuniorToken.ts'
  1959. abi/contracts/CReal.json
  1960. Imported via '../abi/contracts/CReal.json' from file 'models/BaseERC20.ts'
  1961. models/BaseERC20.ts
  1962. Imported via './BaseERC20' from file 'models/JuniorToken.ts'
  1963. Imported via './BaseERC20' from file 'models/SeniorToken.ts'
  1964. Imported via './BaseERC20' from file 'models/Investment.ts'
  1965. Imported via '../models/BaseERC20' from file 'models/AllContracts.ts'
  1966. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1967. Imported via "../models/BaseERC20" from file 'components/Header.tsx'
  1968. models/JuniorToken.ts
  1969. Imported via './JuniorToken' from file 'models/Investment.ts'
  1970. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1971. abi/contracts/PendingWithdrawalToken.json
  1972. Imported via '../abi/contracts/PendingWithdrawalToken.json' from file 'models/PendingWithdrawalToken.ts'
  1973. models/PendingWithdrawalToken.ts
  1974. Imported via './PendingWithdrawalToken' from file 'models/Investment.ts'
  1975. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1976. Imported via "../../models/PendingWithdrawalToken" from file 'components/shared/WithdrawForm.tsx'
  1977. Imported via "../../models/PendingWithdrawalToken" from file 'components/investmentWithdraw/JuniorTranche.tsx'
  1978. Imported via "../../../models/PendingWithdrawalToken" from file 'pages/investment/[id]/withdraw.tsx'
  1979. abi/contracts/SeniorToken.json
  1980. Imported via '../abi/contracts/SeniorToken.json' from file 'models/SeniorToken.ts'
  1981. models/SeniorToken.ts
  1982. Imported via './SeniorToken' from file 'models/Investment.ts'
  1983. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1984. models/Investment.ts
  1985. Imported via './Investment' from file 'models/AllContracts.ts'
  1986. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1987. Imported via "../../models/Investment" from file 'components/investmentSelection/InvestmentItem.tsx'
  1988. Imported via "../../models/Investment" from file 'components/investmentInvest/CurrentPosition.tsx'
  1989. Imported via "../../models/Investment" from file 'components/investmentInvest/InvestModal.tsx'
  1990. Imported via "../../models/Investment" from file 'components/investmentInvest/JuniorTranche.tsx'
  1991. Imported via "../../models/Investment" from file 'components/investmentShow/index.tsx'
  1992. Imported via "../../models/Investment" from file 'components/investmentWithdraw/JuniorTranche.tsx'
  1993. Imported via "../../models/Investment" from file 'components/shared/WithdrawForm.tsx'
  1994. Imported via "../../models/Investment" from file 'components/investmentWithdraw/WithdrawModal.tsx'
  1995. models/AllContracts.ts
  1996. Imported via '../../models/AllContracts' from file 'lib/useWallet/Wallet.ts'
  1997. Imported via './AllContracts' from file 'models/Investment.ts'
  1998. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1999. lib/useWallet/provider.ts
  2000. Imported via './provider' from file 'lib/useWallet/Wallet.ts'
  2001. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  2002. lib/useWallet/switchToChain.ts
  2003. Imported via './switchToChain' from file 'lib/useWallet/Wallet.ts'
  2004. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  2005. lib/useWallet/DataUpdater.ts
  2006. Imported via './DataUpdater' from file 'lib/useWallet/Wallet.ts'
  2007. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  2008. lib/useWallet/Wallet.ts
  2009. Imported via './useWallet/Wallet' from file 'lib/useWallet.ts'
  2010. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  2011. lib/useWallet.ts
  2012. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  2013. Imported via "../lib/useWallet" from file 'components/ConnectedArea.tsx'
  2014. Imported via "../../lib/useWallet" from file 'components/investmentSelection/InvestmentList.tsx'
  2015. Imported via "../../lib/useWallet" from file 'components/investmentSelection/InvestmentTotals.tsx'
  2016. Imported via "../lib/useWallet" from file 'components/Header.tsx'
  2017. Imported via "../lib/useWallet" from file 'components/InvestmentArea.tsx'
  2018. Imported via "../lib/useWallet" from file 'components/WrongChain.tsx'
  2019. Imported via "../../lib/useWallet" from file 'components/investmentInvest/CurrentPosition.tsx'
  2020. Imported via "../../lib/useWallet" from file 'components/investmentInvest/InvestModal.tsx'
  2021. Imported via "../../lib/useWallet" from file 'components/investmentInvest/JuniorTranche.tsx'
  2022. Imported via "../../lib/useWallet" from file 'components/investmentWithdraw/JuniorTranche.tsx'
  2023. Imported via "../../lib/useWallet" from file 'components/investmentWithdraw/WithdrawModal.tsx'
  2024. Imported via "../../../lib/useWallet" from file 'pages/investment/[id]/invest.tsx'
  2025. Imported via "../../lib/useWallet" from file 'components/ui/TransitionLayout.tsx'
  2026. Imported via "../lib/useWallet" from file 'pages/_app.tsx'
  2027. Imported via "../lib/useWallet" from file 'pages/index.tsx'
  2028. Imported via "../../lib/useWallet" from file 'pages/investment/[id].tsx'
  2029. Imported via "../../../lib/useWallet" from file 'pages/investment/[id]/withdraw.tsx'
  2030. pages/api/hello.ts
  2031. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  2032. node_modules/react-bootstrap/esm/AccordionContext.d.ts
  2033. Imported via './AccordionContext' from file 'node_modules/react-bootstrap/esm/Accordion.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2034. Imported via './AccordionContext' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2035. node_modules/react-bootstrap/esm/AccordionButton.d.ts
  2036. Imported via "./AccordionButton" from file 'node_modules/react-bootstrap/esm/Accordion.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2037. Imported via './AccordionButton' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2038. Imported via './AccordionButton' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2039. node_modules/@types/react-transition-group/Transition.d.ts
  2040. Imported via 'react-transition-group/Transition' from file 'node_modules/react-bootstrap/esm/Collapse.d.ts' with packageId '@types/react-transition-group/[email protected]'
  2041. Imported via 'react-transition-group/Transition' from file 'node_modules/react-bootstrap/esm/Fade.d.ts' with packageId '@types/react-transition-group/[email protected]'
  2042. Imported via './Transition' from file 'node_modules/@types/react-transition-group/index.d.ts' with packageId '@types/react-transition-group/[email protected]'
  2043. Imported via "./Transition" from file 'node_modules/@types/react-transition-group/CSSTransition.d.ts' with packageId '@types/react-transition-group/[email protected]'
  2044. Imported via './Transition' from file 'node_modules/@types/react-transition-group/TransitionGroup.d.ts' with packageId '@types/react-transition-group/[email protected]'
  2045. node_modules/react-bootstrap/esm/Collapse.d.ts
  2046. Imported via './Collapse' from file 'node_modules/react-bootstrap/esm/AccordionCollapse.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2047. Imported via './Collapse' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2048. Imported via './Collapse' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2049. Imported via './Collapse' from file 'node_modules/react-bootstrap/esm/NavbarCollapse.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2050. node_modules/react-bootstrap/esm/AccordionCollapse.d.ts
  2051. Imported via "./AccordionCollapse" from file 'node_modules/react-bootstrap/esm/Accordion.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2052. Imported via './AccordionCollapse' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2053. Imported via './AccordionCollapse' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2054. node_modules/react-bootstrap/esm/AccordionItem.d.ts
  2055. Imported via "./AccordionItem" from file 'node_modules/react-bootstrap/esm/Accordion.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2056. node_modules/react-bootstrap/esm/AccordionHeader.d.ts
  2057. Imported via "./AccordionHeader" from file 'node_modules/react-bootstrap/esm/Accordion.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2058. node_modules/react-bootstrap/esm/AccordionBody.d.ts
  2059. Imported via "./AccordionBody" from file 'node_modules/react-bootstrap/esm/Accordion.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2060. node_modules/react-bootstrap/esm/Accordion.d.ts
  2061. Imported via './Accordion' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2062. Imported via './Accordion' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2063. node_modules/react-bootstrap/esm/CloseButton.d.ts
  2064. Imported via './CloseButton' from file 'node_modules/react-bootstrap/esm/Alert.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2065. Imported via './CloseButton' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2066. Imported via './CloseButton' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2067. Imported via './CloseButton' from file 'node_modules/react-bootstrap/esm/AbstractModalHeader.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2068. Imported via './CloseButton' from file 'node_modules/react-bootstrap/esm/ToastHeader.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2069. node_modules/@restart/ui/esm/Anchor.d.ts
  2070. Imported via "@restart/ui/Anchor" from file 'node_modules/react-bootstrap/esm/Alert.d.ts'
  2071. Imported via '@restart/ui/Anchor' from file 'node_modules/react-bootstrap/esm/Anchor.d.ts'
  2072. node_modules/react-bootstrap/esm/Alert.d.ts
  2073. Imported via './Alert' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2074. Imported via './Alert' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2075. node_modules/react-bootstrap/esm/Anchor.d.ts
  2076. Imported via './Anchor' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2077. Imported via './Anchor' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2078. node_modules/react-bootstrap/esm/Badge.d.ts
  2079. Imported via './Badge' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2080. Imported via './Badge' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2081. node_modules/react-bootstrap/esm/BreadcrumbItem.d.ts
  2082. Imported via "./BreadcrumbItem" from file 'node_modules/react-bootstrap/esm/Breadcrumb.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2083. Imported via './BreadcrumbItem' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2084. Imported via './BreadcrumbItem' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2085. node_modules/react-bootstrap/esm/Breadcrumb.d.ts
  2086. Imported via './Breadcrumb' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2087. Imported via './Breadcrumb' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2088. node_modules/@restart/ui/esm/Button.d.ts
  2089. Imported via '@restart/ui/Button' from file 'node_modules/react-bootstrap/esm/Button.d.ts'
  2090. Imported via './Button' from file 'node_modules/@restart/ui/esm/DropdownItem.d.ts' with packageId '@restart/ui/esm/[email protected]'
  2091. Imported via "./Button" from file 'node_modules/@restart/ui/esm/Dropdown.d.ts' with packageId '@restart/ui/esm/[email protected]'
  2092. Imported via "@restart/ui/esm/Button" from file 'node_modules/react-bootstrap/esm/Dropdown.d.ts' with packageId '@restart/ui/esm/[email protected]'
  2093. Imported via './Button' from file 'node_modules/@restart/ui/esm/NavItem.d.ts' with packageId '@restart/ui/esm/[email protected]'
  2094. Imported via "./Button" from file 'node_modules/@restart/ui/esm/Nav.d.ts' with packageId '@restart/ui/esm/[email protected]'
  2095. Imported via "@restart/ui/esm/Button" from file 'node_modules/react-bootstrap/esm/NavDropdown.d.ts' with packageId '@restart/ui/esm/[email protected]'
  2096. Imported via '@restart/ui/Button' from file 'node_modules/react-bootstrap/esm/SplitButton.d.ts'
  2097. node_modules/react-bootstrap/esm/Button.d.ts
  2098. Imported via './Button' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2099. Imported via './Button' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2100. Imported via './Button' from file 'node_modules/react-bootstrap/esm/DropdownToggle.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2101. Imported via './Button' from file 'node_modules/react-bootstrap/esm/ToggleButton.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2102. node_modules/react-bootstrap/esm/ButtonGroup.d.ts
  2103. Imported via './ButtonGroup' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2104. Imported via './ButtonGroup' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2105. Imported via './ButtonGroup' from file 'node_modules/react-bootstrap/esm/ToggleButtonGroup.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2106. node_modules/react-bootstrap/esm/ButtonToolbar.d.ts
  2107. Imported via './ButtonToolbar' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2108. Imported via './ButtonToolbar' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2109. node_modules/react-bootstrap/esm/CardImg.d.ts
  2110. Imported via "./CardImg" from file 'node_modules/react-bootstrap/esm/Card.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2111. Imported via './CardImg' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2112. Imported via './CardImg' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2113. node_modules/react-bootstrap/esm/CardHeader.d.ts
  2114. Imported via "./CardHeader" from file 'node_modules/react-bootstrap/esm/Card.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2115. node_modules/react-bootstrap/esm/Card.d.ts
  2116. Imported via './Card' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2117. Imported via './Card' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2118. node_modules/react-bootstrap/esm/CardGroup.d.ts
  2119. Imported via './CardGroup' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2120. node_modules/react-bootstrap/esm/CarouselItem.d.ts
  2121. Imported via "./CarouselItem" from file 'node_modules/react-bootstrap/esm/Carousel.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2122. Imported via './CarouselItem' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2123. Imported via './CarouselItem' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2124. node_modules/react-bootstrap/esm/Carousel.d.ts
  2125. Imported via './Carousel' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2126. Imported via './Carousel' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2127. node_modules/@restart/ui/esm/DropdownContext.d.ts
  2128. Imported via './DropdownContext' from file 'node_modules/@restart/ui/esm/DropdownMenu.d.ts' with packageId '@restart/ui/esm/[email protected]'
  2129. Imported via './DropdownContext' from file 'node_modules/@restart/ui/esm/DropdownToggle.d.ts' with packageId '@restart/ui/esm/[email protected]'
  2130. node_modules/@restart/ui/esm/useClickOutside.d.ts
  2131. Imported via './useClickOutside' from file 'node_modules/@restart/ui/esm/DropdownMenu.d.ts' with packageId '@restart/ui/esm/[email protected]'
  2132. Imported via './useClickOutside' from file 'node_modules/@restart/ui/esm/useRootClose.d.ts' with packageId '@restart/ui/esm/[email protected]'
  2133. node_modules/@restart/ui/esm/DropdownMenu.d.ts
  2134. Imported via './DropdownMenu' from file 'node_modules/@restart/ui/esm/Dropdown.d.ts' with packageId '@restart/ui/esm/[email protected]'
  2135. Imported via '@restart/ui/DropdownMenu' from file 'node_modules/react-bootstrap/esm/DropdownMenu.d.ts'
  2136. node_modules/@restart/ui/esm/DropdownToggle.d.ts
  2137. Imported via './DropdownToggle' from file 'node_modules/@restart/ui/esm/Dropdown.d.ts' with packageId '@restart/ui/esm/[email protected]'
  2138. node_modules/@restart/ui/esm/DropdownItem.d.ts
  2139. Imported via './DropdownItem' from file 'node_modules/@restart/ui/esm/Dropdown.d.ts' with packageId '@restart/ui/esm/[email protected]'
  2140. Imported via '@restart/ui/DropdownItem' from file 'node_modules/react-bootstrap/esm/DropdownItem.d.ts'
  2141. Imported via "@restart/ui/esm/DropdownItem" from file 'node_modules/react-bootstrap/esm/NavDropdown.d.ts' with packageId '@restart/ui/esm/[email protected]'
  2142. node_modules/@restart/ui/esm/Dropdown.d.ts
  2143. Imported via '@restart/ui/Dropdown' from file 'node_modules/react-bootstrap/esm/Dropdown.d.ts'
  2144. Imported via "@restart/ui/Dropdown" from file 'node_modules/react-bootstrap/esm/Dropdown.d.ts'
  2145. node_modules/react-bootstrap/esm/DropdownContext.d.ts
  2146. Imported via './DropdownContext' from file 'node_modules/react-bootstrap/esm/Dropdown.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2147. Imported via './DropdownContext' from file 'node_modules/react-bootstrap/esm/DropdownMenu.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2148. node_modules/react-bootstrap/esm/DropdownToggle.d.ts
  2149. Imported via "./DropdownToggle" from file 'node_modules/react-bootstrap/esm/Dropdown.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2150. Imported via './DropdownToggle' from file 'node_modules/react-bootstrap/esm/DropdownButton.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2151. Imported via './DropdownToggle' from file 'node_modules/react-bootstrap/esm/SplitButton.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2152. node_modules/react-bootstrap/esm/DropdownMenu.d.ts
  2153. Imported via "./DropdownMenu" from file 'node_modules/react-bootstrap/esm/Dropdown.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2154. Imported via './DropdownMenu' from file 'node_modules/react-bootstrap/esm/DropdownButton.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2155. Imported via './DropdownMenu' from file 'node_modules/react-bootstrap/esm/NavDropdown.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2156. node_modules/react-bootstrap/esm/DropdownItem.d.ts
  2157. Imported via "./DropdownItem" from file 'node_modules/react-bootstrap/esm/Dropdown.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2158. Imported via "./DropdownItem" from file 'node_modules/react-bootstrap/esm/NavDropdown.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2159. node_modules/react-bootstrap/esm/Dropdown.d.ts
  2160. Imported via './Dropdown' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2161. Imported via './Dropdown' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2162. Imported via './Dropdown' from file 'node_modules/react-bootstrap/esm/DropdownButton.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2163. Imported via './Dropdown' from file 'node_modules/react-bootstrap/esm/NavDropdown.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2164. Imported via './Dropdown' from file 'node_modules/react-bootstrap/esm/SplitButton.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2165. node_modules/react-bootstrap/esm/DropdownButton.d.ts
  2166. Imported via './DropdownButton' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2167. Imported via './DropdownButton' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2168. node_modules/react-bootstrap/esm/Fade.d.ts
  2169. Imported via './Fade' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2170. Imported via './Fade' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2171. node_modules/react-bootstrap/esm/FormGroup.d.ts
  2172. Imported via "./FormGroup" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2173. Imported via './FormGroup' from file 'node_modules/react-bootstrap/esm/FloatingLabel.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2174. Imported via './FormGroup' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2175. Imported via './FormGroup' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2176. node_modules/react-bootstrap/esm/Feedback.d.ts
  2177. Imported via "./Feedback" from file 'node_modules/react-bootstrap/esm/FormControl.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2178. Imported via "./Feedback" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2179. Imported via './Feedback' from file 'node_modules/react-bootstrap/esm/FormCheck.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2180. Imported via "./Feedback" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2181. node_modules/react-bootstrap/esm/FormControl.d.ts
  2182. Imported via "./FormControl" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2183. Imported via './FormControl' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2184. Imported via './FormControl' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2185. node_modules/react-bootstrap/esm/FormCheckInput.d.ts
  2186. Imported via "./FormCheckInput" from file 'node_modules/react-bootstrap/esm/FormCheck.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2187. Imported via "./FormCheckInput" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2188. Imported via "./FormCheckInput" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2189. Imported via "./FormCheckInput" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2190. node_modules/react-bootstrap/esm/FormCheckLabel.d.ts
  2191. Imported via "./FormCheckLabel" from file 'node_modules/react-bootstrap/esm/FormCheck.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2192. Imported via "./FormCheckLabel" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2193. Imported via "./FormCheckLabel" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2194. Imported via "./FormCheckLabel" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2195. node_modules/react-bootstrap/esm/FormCheck.d.ts
  2196. Imported via "./FormCheck" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2197. Imported via "./FormCheck" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2198. Imported via './FormCheck' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2199. Imported via './FormCheck' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2200. node_modules/react-bootstrap/esm/FormLabel.d.ts
  2201. Imported via "./FormLabel" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2202. Imported via './FormLabel' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2203. Imported via './FormLabel' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2204. node_modules/react-bootstrap/esm/FormText.d.ts
  2205. Imported via "./FormText" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2206. Imported via './FormText' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2207. Imported via './FormText' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2208. node_modules/react-bootstrap/esm/FormRange.d.ts
  2209. Imported via "./FormRange" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2210. node_modules/react-bootstrap/esm/FormSelect.d.ts
  2211. Imported via "./FormSelect" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2212. Imported via './FormSelect' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2213. Imported via './FormSelect' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2214. node_modules/react-bootstrap/esm/FloatingLabel.d.ts
  2215. Imported via "./FloatingLabel" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2216. Imported via './FloatingLabel' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2217. Imported via './FloatingLabel' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2218. node_modules/react-bootstrap/esm/Form.d.ts
  2219. Imported via './Form' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2220. Imported via './Form' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2221. node_modules/react-bootstrap/esm/FormFloating.d.ts
  2222. Imported via './FormFloating' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2223. node_modules/react-bootstrap/esm/Container.d.ts
  2224. Imported via './Container' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2225. Imported via './Container' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2226. node_modules/react-bootstrap/esm/Image.d.ts
  2227. Imported via './Image' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2228. Imported via './Image' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2229. Imported via "./Image" from file 'node_modules/react-bootstrap/esm/Figure.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2230. node_modules/react-bootstrap/esm/Figure.d.ts
  2231. Imported via './Figure' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2232. node_modules/react-bootstrap/esm/InputGroup.d.ts
  2233. Imported via './InputGroup' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2234. Imported via './InputGroup' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2235. node_modules/@restart/ui/esm/NavItem.d.ts
  2236. Imported via './NavItem' from file 'node_modules/@restart/ui/esm/Nav.d.ts' with packageId '@restart/ui/esm/[email protected]'
  2237. Imported via '@restart/ui/NavItem' from file 'node_modules/react-bootstrap/esm/ListGroupItem.d.ts'
  2238. Imported via '@restart/ui/NavItem' from file 'node_modules/react-bootstrap/esm/NavLink.d.ts'
  2239. node_modules/@restart/ui/esm/Nav.d.ts
  2240. Imported via '@restart/ui/Nav' from file 'node_modules/react-bootstrap/esm/ListGroup.d.ts'
  2241. Imported via '@restart/ui/Nav' from file 'node_modules/react-bootstrap/esm/Nav.d.ts'
  2242. node_modules/react-bootstrap/esm/ListGroupItem.d.ts
  2243. Imported via "./ListGroupItem" from file 'node_modules/react-bootstrap/esm/ListGroup.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2244. Imported via './ListGroupItem' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2245. Imported via './ListGroupItem' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2246. node_modules/react-bootstrap/esm/ListGroup.d.ts
  2247. Imported via './ListGroup' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2248. Imported via './ListGroup' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2249. node_modules/@restart/ui/esm/ModalManager.d.ts
  2250. Imported via './ModalManager' from file 'node_modules/@restart/ui/esm/Modal.d.ts' with packageId '@restart/ui/esm/[email protected]'
  2251. node_modules/@restart/ui/esm/useWaitForDOMRef.d.ts
  2252. Imported via './useWaitForDOMRef' from file 'node_modules/@restart/ui/esm/Modal.d.ts' with packageId '@restart/ui/esm/[email protected]'
  2253. Imported via './useWaitForDOMRef' from file 'node_modules/@restart/ui/esm/Overlay.d.ts' with packageId '@restart/ui/esm/[email protected]'
  2254. node_modules/@restart/ui/esm/Modal.d.ts
  2255. Imported via '@restart/ui/Modal' from file 'node_modules/react-bootstrap/esm/Modal.d.ts'
  2256. Imported via '@restart/ui/Modal' from file 'node_modules/react-bootstrap/esm/Offcanvas.d.ts'
  2257. node_modules/react-bootstrap/esm/AbstractModalHeader.d.ts
  2258. Imported via './AbstractModalHeader' from file 'node_modules/react-bootstrap/esm/ModalHeader.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2259. Imported via './AbstractModalHeader' from file 'node_modules/react-bootstrap/esm/OffcanvasHeader.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2260. node_modules/react-bootstrap/esm/ModalHeader.d.ts
  2261. Imported via "./ModalHeader" from file 'node_modules/react-bootstrap/esm/Modal.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2262. Imported via './ModalHeader' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2263. Imported via './ModalHeader' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2264. node_modules/react-bootstrap/esm/ModalDialog.d.ts
  2265. Imported via "./ModalDialog" from file 'node_modules/react-bootstrap/esm/Modal.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2266. Imported via './ModalDialog' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2267. Imported via './ModalDialog' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2268. node_modules/react-bootstrap/esm/Modal.d.ts
  2269. Imported via './Modal' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2270. Imported via './Modal' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2271. node_modules/react-bootstrap/esm/ModalBody.d.ts
  2272. Imported via './ModalBody' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2273. node_modules/react-bootstrap/esm/ModalFooter.d.ts
  2274. Imported via './ModalFooter' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2275. node_modules/react-bootstrap/esm/ModalTitle.d.ts
  2276. Imported via './ModalTitle' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2277. node_modules/react-bootstrap/esm/NavLink.d.ts
  2278. Imported via "./NavLink" from file 'node_modules/react-bootstrap/esm/Nav.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2279. Imported via './NavLink' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2280. Imported via './NavLink' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2281. node_modules/react-bootstrap/esm/Nav.d.ts
  2282. Imported via './Nav' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2283. Imported via './Nav' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2284. node_modules/react-bootstrap/esm/NavbarBrand.d.ts
  2285. Imported via "./NavbarBrand" from file 'node_modules/react-bootstrap/esm/Navbar.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2286. Imported via './NavbarBrand' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2287. Imported via './NavbarBrand' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2288. node_modules/react-bootstrap/esm/NavbarCollapse.d.ts
  2289. Imported via "./NavbarCollapse" from file 'node_modules/react-bootstrap/esm/Navbar.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2290. node_modules/react-bootstrap/esm/OffcanvasHeader.d.ts
  2291. Imported via "./OffcanvasHeader" from file 'node_modules/react-bootstrap/esm/Offcanvas.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2292. Imported via './OffcanvasHeader' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2293. Imported via './OffcanvasHeader' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2294. node_modules/react-bootstrap/esm/Offcanvas.d.ts
  2295. Imported via "./Offcanvas" from file 'node_modules/react-bootstrap/esm/Navbar.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2296. Imported via "./Offcanvas" from file 'node_modules/react-bootstrap/esm/Navbar.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2297. Imported via './Offcanvas' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2298. Imported via './Offcanvas' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2299. node_modules/react-bootstrap/esm/NavbarToggle.d.ts
  2300. Imported via "./NavbarToggle" from file 'node_modules/react-bootstrap/esm/Navbar.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2301. node_modules/react-bootstrap/esm/Navbar.d.ts
  2302. Imported via './Navbar' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2303. Imported via './Navbar' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2304. node_modules/react-bootstrap/esm/NavDropdown.d.ts
  2305. Imported via './NavDropdown' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2306. Imported via './NavDropdown' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2307. node_modules/react-bootstrap/esm/NavItem.d.ts
  2308. Imported via './NavItem' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2309. node_modules/react-bootstrap/esm/OffcanvasTitle.d.ts
  2310. Imported via './OffcanvasTitle' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2311. node_modules/react-bootstrap/esm/OffcanvasBody.d.ts
  2312. Imported via './OffcanvasBody' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2313. node_modules/@restart/ui/esm/useRootClose.d.ts
  2314. Imported via './useRootClose' from file 'node_modules/@restart/ui/esm/Overlay.d.ts' with packageId '@restart/ui/esm/[email protected]'
  2315. node_modules/@restart/ui/esm/Overlay.d.ts
  2316. Imported via '@restart/ui/Overlay' from file 'node_modules/react-bootstrap/esm/Overlay.d.ts'
  2317. Imported via '@restart/ui/Overlay' from file 'node_modules/react-bootstrap/esm/Popover.d.ts'
  2318. Imported via '@restart/ui/Overlay' from file 'node_modules/react-bootstrap/esm/Tooltip.d.ts'
  2319. node_modules/react-bootstrap/esm/Overlay.d.ts
  2320. Imported via './Overlay' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2321. Imported via './Overlay' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2322. Imported via './Overlay' from file 'node_modules/react-bootstrap/esm/OverlayTrigger.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2323. node_modules/react-bootstrap/esm/OverlayTrigger.d.ts
  2324. Imported via './OverlayTrigger' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2325. Imported via './OverlayTrigger' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2326. node_modules/react-bootstrap/esm/PageItem.d.ts
  2327. Imported via './PageItem' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2328. Imported via './PageItem' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2329. Imported via "./PageItem" from file 'node_modules/react-bootstrap/esm/Pagination.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2330. Imported via "./PageItem" from file 'node_modules/react-bootstrap/esm/Pagination.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2331. Imported via "./PageItem" from file 'node_modules/react-bootstrap/esm/Pagination.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2332. Imported via "./PageItem" from file 'node_modules/react-bootstrap/esm/Pagination.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2333. Imported via "./PageItem" from file 'node_modules/react-bootstrap/esm/Pagination.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2334. Imported via "./PageItem" from file 'node_modules/react-bootstrap/esm/Pagination.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2335. node_modules/react-bootstrap/esm/Pagination.d.ts
  2336. Imported via './Pagination' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2337. Imported via './Pagination' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2338. node_modules/react-bootstrap/esm/Popover.d.ts
  2339. Imported via './Popover' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2340. Imported via './Popover' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2341. node_modules/react-bootstrap/esm/PopoverHeader.d.ts
  2342. Imported via './PopoverHeader' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2343. node_modules/react-bootstrap/esm/PopoverBody.d.ts
  2344. Imported via './PopoverBody' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2345. node_modules/react-bootstrap/esm/ProgressBar.d.ts
  2346. Imported via './ProgressBar' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2347. Imported via './ProgressBar' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2348. node_modules/react-bootstrap/esm/Ratio.d.ts
  2349. Imported via './Ratio' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2350. Imported via './Ratio' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2351. node_modules/react-bootstrap/esm/Row.d.ts
  2352. Imported via './Row' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2353. Imported via './Row' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2354. node_modules/react-bootstrap/esm/Spinner.d.ts
  2355. Imported via './Spinner' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2356. Imported via './Spinner' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2357. node_modules/react-bootstrap/esm/SplitButton.d.ts
  2358. Imported via './SplitButton' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2359. Imported via './SplitButton' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2360. node_modules/@react-aria/ssr/dist/types.d.ts
  2361. Imported via '@react-aria/ssr' from file 'node_modules/@restart/ui/esm/ssr.d.ts' with packageId '@react-aria/ssr/dist/[email protected]'
  2362. node_modules/@restart/ui/esm/ssr.d.ts
  2363. Imported via '@restart/ui/ssr' from file 'node_modules/react-bootstrap/esm/SSRProvider.d.ts'
  2364. Imported via '@restart/ui/ssr' from file 'node_modules/react-bootstrap/esm/SSRProvider.d.ts'
  2365. node_modules/react-bootstrap/esm/SSRProvider.d.ts
  2366. Imported via './SSRProvider' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2367. Imported via './SSRProvider' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2368. node_modules/react-bootstrap/esm/createUtilityClasses.d.ts
  2369. Imported via './createUtilityClasses' from file 'node_modules/react-bootstrap/esm/Stack.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2370. node_modules/react-bootstrap/esm/Stack.d.ts
  2371. Imported via './Stack' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2372. Imported via './Stack' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2373. node_modules/react-bootstrap/esm/TabPane.d.ts
  2374. Imported via './TabPane' from file 'node_modules/react-bootstrap/esm/Tab.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2375. Imported via './TabPane' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2376. Imported via './TabPane' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2377. node_modules/@restart/ui/esm/TabPanel.d.ts
  2378. Imported via './TabPanel' from file 'node_modules/@restart/ui/esm/Tabs.d.ts' with packageId '@restart/ui/esm/[email protected]'
  2379. node_modules/@restart/ui/esm/Tabs.d.ts
  2380. Imported via '@restart/ui/Tabs' from file 'node_modules/react-bootstrap/esm/TabContainer.d.ts'
  2381. Imported via '@restart/ui/Tabs' from file 'node_modules/react-bootstrap/esm/Tabs.d.ts'
  2382. node_modules/react-bootstrap/esm/TabContainer.d.ts
  2383. Imported via "./TabContainer" from file 'node_modules/react-bootstrap/esm/Tab.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2384. Imported via './TabContainer' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2385. Imported via './TabContainer' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2386. node_modules/react-bootstrap/esm/Tab.d.ts
  2387. Imported via './Tab' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2388. Imported via './Tab' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2389. node_modules/react-bootstrap/esm/TabContent.d.ts
  2390. Imported via './TabContent' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2391. node_modules/react-bootstrap/esm/Table.d.ts
  2392. Imported via './Table' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2393. Imported via './Table' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2394. node_modules/react-bootstrap/esm/Tabs.d.ts
  2395. Imported via './Tabs' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2396. Imported via './Tabs' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2397. node_modules/react-bootstrap/esm/ThemeProvider.d.ts
  2398. Imported via './ThemeProvider' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2399. Imported via './ThemeProvider' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2400. node_modules/react-bootstrap/esm/ToastHeader.d.ts
  2401. Imported via "./ToastHeader" from file 'node_modules/react-bootstrap/esm/Toast.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2402. Imported via './ToastHeader' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2403. Imported via './ToastHeader' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2404. node_modules/react-bootstrap/esm/Toast.d.ts
  2405. Imported via './Toast' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2406. Imported via './Toast' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2407. node_modules/react-bootstrap/esm/ToastBody.d.ts
  2408. Imported via './ToastBody' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2409. node_modules/react-bootstrap/esm/ToastContainer.d.ts
  2410. Imported via './ToastContainer' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2411. Imported via './ToastContainer' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2412. node_modules/react-bootstrap/esm/ToggleButton.d.ts
  2413. Imported via './ToggleButton' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2414. Imported via './ToggleButton' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2415. Imported via "./ToggleButton" from file 'node_modules/react-bootstrap/esm/ToggleButtonGroup.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2416. node_modules/react-bootstrap/esm/ToggleButtonGroup.d.ts
  2417. Imported via './ToggleButtonGroup' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2418. Imported via './ToggleButtonGroup' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2419. node_modules/react-bootstrap/esm/Tooltip.d.ts
  2420. Imported via './Tooltip' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2421. Imported via './Tooltip' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/[email protected]'
  2422. node_modules/react-bootstrap/esm/index.d.ts
  2423. Imported via "react-bootstrap" from file 'components/investmentSelection/InvestmentList.tsx' with packageId 'react-bootstrap/esm/[email protected]'
  2424. Imported via "react-bootstrap" from file 'components/ui/TableHeader.tsx' with packageId 'react-bootstrap/esm/[email protected]'
  2425. Imported via "react-bootstrap" from file 'components/investmentSelection/InvestmentItem.tsx' with packageId 'react-bootstrap/esm/[email protected]'
  2426. Imported via "react-bootstrap" from file 'components/ui/TableItem.tsx' with packageId 'react-bootstrap/esm/[email protected]'
  2427. Imported via "react-bootstrap" from file 'components/investmentSelection/InvestmentTotals.tsx' with packageId 'react-bootstrap/esm/[email protected]'
  2428. Imported via "react-bootstrap" from file 'components/Header.tsx' with packageId 'react-bootstrap/esm/[email protected]'
  2429. Imported via "react-bootstrap" from file 'components/InvestmentArea.tsx' with packageId 'react-bootstrap/esm/[email protected]'
  2430. Imported via "react-bootstrap" from file 'components/WrongChain.tsx' with packageId 'react-bootstrap/esm/[email protected]'
  2431. Imported via "react-bootstrap" from file 'components/investmentInvest/CurrentPosition.tsx' with packageId 'react-bootstrap/esm/[email protected]'
  2432. Imported via "react-bootstrap" from file 'components/investmentInvest/InvestModal.tsx' with packageId 'react-bootstrap/esm/[email protected]'
  2433. Imported via "react-bootstrap" from file 'components/investmentInvest/JuniorTranche.tsx' with packageId 'react-bootstrap/esm/[email protected]'
  2434. Imported via "react-bootstrap" from file 'lib/NumberInput.tsx' with packageId 'react-bootstrap/esm/[email protected]'
  2435. Imported via "react-bootstrap" from file 'components/investmentShow/Agent.tsx' with packageId 'react-bootstrap/esm/[email protected]'
  2436. Imported via "react-bootstrap" from file 'components/investmentShow/Info.tsx' with packageId 'react-bootstrap/esm/[email protected]'
  2437. Imported via "react-bootstrap" from file 'components/investmentShow/index.tsx' with packageId 'react-bootstrap/esm/[email protected]'
  2438. Imported via "react-bootstrap" from file 'components/shared/WithdrawForm.tsx' with packageId 'react-bootstrap/esm/[email protected]'
  2439. Imported via "react-bootstrap" from file 'components/investmentWithdraw/WithdrawModal.tsx' with packageId 'react-bootstrap/esm/[email protected]'
  2440. Imported via "react-bootstrap" from file 'pages/investment/[id]/invest.tsx' with packageId 'react-bootstrap/esm/[email protected]'
  2441. Imported via "react-bootstrap" from file 'pages/_app.tsx' with packageId 'react-bootstrap/esm/[email protected]'
  2442. Imported via "react-bootstrap" from file 'pages/investment/[id]/withdraw.tsx' with packageId 'react-bootstrap/esm/[email protected]'
  2443. components/ui/TableHeader.tsx
  2444. Imported via "../ui/TableHeader" from file 'components/investmentSelection/InvestmentList.tsx'
  2445. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2446. components/ui/TableItem.tsx
  2447. Imported via "../ui/TableItem" from file 'components/investmentSelection/InvestmentItem.tsx'
  2448. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2449. components/investmentSelection/InvestmentItem.tsx
  2450. Imported via "./InvestmentItem" from file 'components/investmentSelection/InvestmentList.tsx'
  2451. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2452. components/investmentSelection/InvestmentList.tsx
  2453. Imported via "./investmentSelection/InvestmentList" from file 'components/ConnectedArea.tsx'
  2454. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2455. components/investmentSelection/InvestmentTotals.tsx
  2456. Imported via "./investmentSelection/InvestmentTotals" from file 'components/ConnectedArea.tsx'
  2457. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2458. components/ConnectedArea.tsx
  2459. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2460. Imported via "../components/ConnectedArea" from file 'pages/index.tsx'
  2461. node_modules/@fortawesome/fontawesome-common-types/index.d.ts
  2462. Imported via '@fortawesome/fontawesome-common-types' from file 'node_modules/@fortawesome/free-brands-svg-icons/index.d.ts' with packageId '@fortawesome/fontawesome-common-types/[email protected]'
  2463. Imported via '@fortawesome/fontawesome-common-types' from file 'node_modules/@fortawesome/free-brands-svg-icons/index.d.ts' with packageId '@fortawesome/fontawesome-common-types/[email protected]'
  2464. Imported via '@fortawesome/fontawesome-common-types' from file 'node_modules/@fortawesome/fontawesome-svg-core/index.d.ts' with packageId '@fortawesome/fontawesome-common-types/[email protected]'
  2465. Imported via '@fortawesome/fontawesome-common-types' from file 'node_modules/@fortawesome/fontawesome-svg-core/index.d.ts' with packageId '@fortawesome/fontawesome-common-types/[email protected]'
  2466. Imported via '@fortawesome/fontawesome-common-types' from file 'node_modules/@fortawesome/free-solid-svg-icons/index.d.ts' with packageId '@fortawesome/fontawesome-common-types/[email protected]'
  2467. Imported via '@fortawesome/fontawesome-common-types' from file 'node_modules/@fortawesome/free-solid-svg-icons/index.d.ts' with packageId '@fortawesome/fontawesome-common-types/[email protected]'
  2468. node_modules/@fortawesome/free-brands-svg-icons/index.d.ts
  2469. Imported via "@fortawesome/free-brands-svg-icons" from file 'components/Footer.tsx' with packageId '@fortawesome/free-brands-svg-icons/[email protected]'
  2470. Imported via "@fortawesome/free-brands-svg-icons" from file 'pages/_app.tsx' with packageId '@fortawesome/free-brands-svg-icons/[email protected]'
  2471. node_modules/@fortawesome/fontawesome-svg-core/index.d.ts
  2472. Imported via '@fortawesome/fontawesome-svg-core' from file 'node_modules/@fortawesome/react-fontawesome/index.d.ts' with packageId '@fortawesome/fontawesome-svg-core/[email protected]'
  2473. Imported via "@fortawesome/fontawesome-svg-core" from file 'pages/_app.tsx' with packageId '@fortawesome/fontawesome-svg-core/[email protected]'
  2474. node_modules/@fortawesome/react-fontawesome/index.d.ts
  2475. Imported via "@fortawesome/react-fontawesome" from file 'components/Footer.tsx' with packageId '@fortawesome/react-fontawesome/[email protected]'
  2476. Imported via "@fortawesome/react-fontawesome" from file 'components/investmentInvest/Timeline.tsx' with packageId '@fortawesome/react-fontawesome/[email protected]'
  2477. Imported via "@fortawesome/react-fontawesome" from file 'components/investmentSelection/ConnectWallet.tsx' with packageId '@fortawesome/react-fontawesome/[email protected]'
  2478. Imported via "@fortawesome/react-fontawesome" from file 'components/shared/WithdrawForm.tsx' with packageId '@fortawesome/react-fontawesome/[email protected]'
  2479. components/Footer.tsx
  2480. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2481. Imported via "../components/Footer" from file 'pages/_app.tsx'
  2482. components/Header.tsx
  2483. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2484. Imported via "../Header" from file 'components/ui/TransitionLayout.tsx'
  2485. Imported via "../components/Header" from file 'pages/_app.tsx'
  2486. components/InvestmentArea.tsx
  2487. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2488. components/NotFound.tsx
  2489. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2490. Imported via "../../components/NotFound" from file 'pages/investment/[id].tsx'
  2491. components/WrongChain.tsx
  2492. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2493. Imported via "../components/WrongChain" from file 'pages/index.tsx'
  2494. components/investmentInvest/CurrentPosition.tsx
  2495. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2496. Imported via "../../../components/investmentInvest/CurrentPosition" from file 'pages/investment/[id]/invest.tsx'
  2497. Imported via "../../../components/investmentInvest/CurrentPosition" from file 'pages/investment/[id]/withdraw.tsx'
  2498. node_modules/@fortawesome/free-solid-svg-icons/index.d.ts
  2499. Imported via "@fortawesome/free-solid-svg-icons" from file 'components/investmentInvest/Timeline.tsx' with packageId '@fortawesome/free-solid-svg-icons/[email protected]'
  2500. Imported via "@fortawesome/free-solid-svg-icons" from file 'components/shared/WithdrawForm.tsx' with packageId '@fortawesome/free-solid-svg-icons/[email protected]'
  2501. components/investmentInvest/Timeline.tsx
  2502. Imported via "./Timeline" from file 'components/investmentInvest/InvestModal.tsx'
  2503. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2504. Imported via "../investmentInvest/Timeline" from file 'components/investmentWithdraw/WithdrawModal.tsx'
  2505. components/investmentInvest/InvestModal.tsx
  2506. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2507. Imported via "./InvestModal" from file 'components/investmentInvest/JuniorTranche.tsx'
  2508. lib/NumberInput.tsx
  2509. Imported via "../../lib/NumberInput" from file 'components/investmentInvest/JuniorTranche.tsx'
  2510. Imported via "../../lib/NumberInput" from file 'components/shared/WithdrawForm.tsx'
  2511. Imported via "../../lib/NumberInput" from file 'components/investmentWithdraw/JuniorTranche.tsx'
  2512. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2513. components/shared/JuniorTrancheInfo.tsx
  2514. Imported via "../shared/JuniorTrancheInfo" from file 'components/investmentInvest/JuniorTranche.tsx'
  2515. Imported via "../shared/JuniorTrancheInfo" from file 'components/investmentWithdraw/JuniorTranche.tsx'
  2516. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2517. components/investmentInvest/JuniorTranche.tsx
  2518. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2519. Imported via "../../../components/investmentInvest/JuniorTranche" from file 'pages/investment/[id]/invest.tsx'
  2520. components/investmentSelection/ConnectWallet.tsx
  2521. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2522. Imported via "../components/investmentSelection/ConnectWallet" from file 'pages/index.tsx'
  2523. Imported via "../../components/investmentSelection/ConnectWallet" from file 'pages/investment/[id].tsx'
  2524. components/investmentShow/Agent.tsx
  2525. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2526. Imported via "./Agent" from file 'components/investmentShow/index.tsx'
  2527. components/investmentShow/Info.tsx
  2528. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2529. Imported via "./Info" from file 'components/investmentShow/index.tsx'
  2530. Imported via "../../../components/investmentShow/Info" from file 'pages/investment/[id]/invest.tsx'
  2531. Imported via "../../../components/investmentShow/Info" from file 'pages/investment/[id]/withdraw.tsx'
  2532. components/investmentShow/Overview.tsx
  2533. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2534. Imported via "./Overview" from file 'components/investmentShow/index.tsx'
  2535. components/investmentShow/index.tsx
  2536. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2537. Imported via "../../components/investmentShow" from file 'pages/investment/[id].tsx'
  2538. components/shared/WithdrawForm.tsx
  2539. Imported via "../shared/WithdrawForm" from file 'components/investmentWithdraw/JuniorTranche.tsx'
  2540. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2541. pages/investment/[id]/invest.tsx
  2542. Imported via "../../pages/investment/[id]/invest" from file 'components/investmentWithdraw/WithdrawModal.tsx'
  2543. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2544. components/investmentWithdraw/WithdrawModal.tsx
  2545. Imported via "./WithdrawModal" from file 'components/investmentWithdraw/JuniorTranche.tsx'
  2546. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2547. components/investmentWithdraw/JuniorTranche.tsx
  2548. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2549. Imported via "../../../components/investmentWithdraw/JuniorTranche" from file 'pages/investment/[id]/withdraw.tsx'
  2550. components/ui/TransitionLayout.tsx
  2551. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2552. Imported via "../components/ui/TransitionLayout" from file 'pages/_app.tsx'
  2553. pages/_app.tsx
  2554. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2555. pages/index.tsx
  2556. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2557. pages/investment/[id].tsx
  2558. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2559. pages/investment/[id]/withdraw.tsx
  2560. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2561. node_modules/@types/invariant/index.d.ts
  2562. Entry point for implicit type library 'invariant' with packageId '@types/invariant/[email protected]'
  2563. node_modules/@types/json5/index.d.ts
  2564. Entry point for implicit type library 'json5' with packageId '@types/json5/[email protected]'
  2565. node_modules/@types/pbkdf2/index.d.ts
  2566. Entry point for implicit type library 'pbkdf2' with packageId '@types/pbkdf2/[email protected]'
  2567. node_modules/@types/react-transition-group/CSSTransition.d.ts
  2568. Imported via './CSSTransition' from file 'node_modules/@types/react-transition-group/index.d.ts' with packageId '@types/react-transition-group/[email protected]'
  2569. node_modules/@types/react-transition-group/TransitionGroup.d.ts
  2570. Imported via './TransitionGroup' from file 'node_modules/@types/react-transition-group/index.d.ts' with packageId '@types/react-transition-group/[email protected]'
  2571. node_modules/@types/react-transition-group/SwitchTransition.d.ts
  2572. Imported via './SwitchTransition' from file 'node_modules/@types/react-transition-group/index.d.ts' with packageId '@types/react-transition-group/[email protected]'
  2573. node_modules/@types/react-transition-group/config.d.ts
  2574. Imported via './config' from file 'node_modules/@types/react-transition-group/index.d.ts' with packageId '@types/react-transition-group/[email protected]'
  2575. node_modules/@types/react-transition-group/index.d.ts
  2576. Entry point for implicit type library 'react-transition-group' with packageId '@types/react-transition-group/[email protected]'
  2577. node_modules/@types/scheduler/index.d.ts
  2578. Entry point for implicit type library 'scheduler' with packageId '@types/scheduler/[email protected]'
  2579. node_modules/@types/secp256k1/index.d.ts
  2580. Entry point for implicit type library 'secp256k1' with packageId '@types/secp256k1/[email protected]'
  2581. node_modules/@types/warning/index.d.ts
  2582. Entry point for implicit type library 'warning' with packageId '@types/warning/[email protected]'
  2583.  
  2584. Info 105 [19:12:38.425] -----------------------------------------------
  2585. Info 106 [19:12:38.427] FileWatcher:: Added:: WatchInfo: /users/otavio/projetos/nest-investment-front/package.json 250 undefined WatchType: package.json file
  2586. Info 107 [19:12:38.437] AutoImportProviderProject: found 3 root files in 3 dependencies in 10.938542008399963 ms
  2587. Info 108 [19:12:38.438] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1*
  2588. Info 109 [19:12:38.442] DirectoryWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations
  2589. Info 110 [19:12:38.442] Elapsed:: 0.07212495803833008ms DirectoryWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations
  2590. Info 111 [19:12:38.499] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 61.209124982357025ms
  2591. Info 112 [19:12:38.499] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider)
  2592. Info 113 [19:12:38.500] Files (107)
  2593. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/bytes/lib/index.d.ts
  2594. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/bignumber/lib/bignumber.d.ts
  2595. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/bignumber/lib/fixednumber.d.ts
  2596. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/bignumber/lib/index.d.ts
  2597. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/networks/lib/types.d.ts
  2598. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/networks/lib/index.d.ts
  2599. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/properties/lib/index.d.ts
  2600. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/transactions/lib/index.d.ts
  2601. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/web/lib/index.d.ts
  2602. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/abstract-provider/lib/index.d.ts
  2603. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/assert.d.ts
  2604. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/assert/strict.d.ts
  2605. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/globals.d.ts
  2606. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/async_hooks.d.ts
  2607. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/buffer.d.ts
  2608. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/child_process.d.ts
  2609. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/cluster.d.ts
  2610. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/console.d.ts
  2611. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/constants.d.ts
  2612. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/crypto.d.ts
  2613. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/dgram.d.ts
  2614. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/diagnostics_channel.d.ts
  2615. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/dns.d.ts
  2616. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/dns/promises.d.ts
  2617. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/domain.d.ts
  2618. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/events.d.ts
  2619. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/fs.d.ts
  2620. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/fs/promises.d.ts
  2621. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/http.d.ts
  2622. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/http2.d.ts
  2623. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/https.d.ts
  2624. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/inspector.d.ts
  2625. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/module.d.ts
  2626. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/net.d.ts
  2627. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/os.d.ts
  2628. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/path.d.ts
  2629. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/perf_hooks.d.ts
  2630. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/process.d.ts
  2631. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/punycode.d.ts
  2632. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/querystring.d.ts
  2633. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/readline.d.ts
  2634. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/repl.d.ts
  2635. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/stream.d.ts
  2636. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/stream/promises.d.ts
  2637. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/stream/consumers.d.ts
  2638. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/stream/web.d.ts
  2639. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/string_decoder.d.ts
  2640. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/timers.d.ts
  2641. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/timers/promises.d.ts
  2642. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/tls.d.ts
  2643. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/trace_events.d.ts
  2644. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/tty.d.ts
  2645. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/url.d.ts
  2646. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/util.d.ts
  2647. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/v8.d.ts
  2648. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/vm.d.ts
  2649. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/wasi.d.ts
  2650. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/worker_threads.d.ts
  2651. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/zlib.d.ts
  2652. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/globals.global.d.ts
  2653. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/index.d.ts
  2654. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/formatter.d.ts
  2655. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/base-provider.d.ts
  2656. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/abstract-signer/lib/index.d.ts
  2657. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/json-rpc-provider.d.ts
  2658. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/websocket-provider.d.ts
  2659. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/url-json-rpc-provider.d.ts
  2660. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/alchemy-provider.d.ts
  2661. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/ankr-provider.d.ts
  2662. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/cloudflare-provider.d.ts
  2663. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/etherscan-provider.d.ts
  2664. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/fallback-provider.d.ts
  2665. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/ipc-provider.d.ts
  2666. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/infura-provider.d.ts
  2667. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/json-rpc-batch-provider.d.ts
  2668. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/nodesmith-provider.d.ts
  2669. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/pocket-provider.d.ts
  2670. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/web3-provider.d.ts
  2671. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/index.d.ts
  2672. /Users/otavio/Projetos/nest-investment-front/node_modules/penpal/lib/index.d.ts
  2673. /Users/otavio/Projetos/nest-investment-front/node_modules/@portis/web3/umd/index.d.ts
  2674. /Users/otavio/Projetos/nest-investment-front/node_modules/source-map-js/source-map.d.ts
  2675. /Users/otavio/Projetos/nest-investment-front/node_modules/sass/types/util/promise_or.d.ts
  2676. /Users/otavio/Projetos/nest-investment-front/node_modules/sass/types/importer.d.ts
  2677. /Users/otavio/Projetos/nest-investment-front/node_modules/sass/types/logger/source_location.d.ts
  2678. /Users/otavio/Projetos/nest-investment-front/node_modules/sass/types/logger/source_span.d.ts
  2679. /Users/otavio/Projetos/nest-investment-front/node_modules/sass/types/logger/index.d.ts
  2680. /Users/otavio/Projetos/nest-investment-front/node_modules/immutable/dist/immutable.d.ts
  2681. /Users/otavio/Projetos/nest-investment-front/node_modules/sass/types/value/boolean.d.ts
  2682. /Users/otavio/Projetos/nest-investment-front/node_modules/sass/types/value/color.d.ts
  2683. /Users/otavio/Projetos/nest-investment-front/node_modules/sass/types/value/function.d.ts
  2684. /Users/otavio/Projetos/nest-investment-front/node_modules/sass/types/value/list.d.ts
  2685. /Users/otavio/Projetos/nest-investment-front/node_modules/sass/types/value/map.d.ts
  2686. /Users/otavio/Projetos/nest-investment-front/node_modules/sass/types/value/number.d.ts
  2687. /Users/otavio/Projetos/nest-investment-front/node_modules/sass/types/value/string.d.ts
  2688. /Users/otavio/Projetos/nest-investment-front/node_modules/sass/types/value/argument_list.d.ts
  2689. /Users/otavio/Projetos/nest-investment-front/node_modules/sass/types/value/index.d.ts
  2690. /Users/otavio/Projetos/nest-investment-front/node_modules/sass/types/options.d.ts
  2691. /Users/otavio/Projetos/nest-investment-front/node_modules/sass/types/compile.d.ts
  2692. /Users/otavio/Projetos/nest-investment-front/node_modules/sass/types/exception.d.ts
  2693. /Users/otavio/Projetos/nest-investment-front/node_modules/sass/types/legacy/exception.d.ts
  2694. /Users/otavio/Projetos/nest-investment-front/node_modules/sass/types/legacy/plugin_this.d.ts
  2695. /Users/otavio/Projetos/nest-investment-front/node_modules/sass/types/legacy/function.d.ts
  2696. /Users/otavio/Projetos/nest-investment-front/node_modules/sass/types/legacy/importer.d.ts
  2697. /Users/otavio/Projetos/nest-investment-front/node_modules/sass/types/legacy/options.d.ts
  2698. /Users/otavio/Projetos/nest-investment-front/node_modules/sass/types/legacy/render.d.ts
  2699. /Users/otavio/Projetos/nest-investment-front/node_modules/sass/types/index.d.ts
  2700.  
  2701.  
  2702. node_modules/@ethersproject/bytes/lib/index.d.ts
  2703. Imported via "@ethersproject/bytes" from file 'node_modules/@ethersproject/bignumber/lib/bignumber.d.ts' with packageId '@ethersproject/bytes/lib/[email protected]'
  2704. Imported via "@ethersproject/bytes" from file 'node_modules/@ethersproject/bignumber/lib/fixednumber.d.ts' with packageId '@ethersproject/bytes/lib/[email protected]'
  2705. Imported via "@ethersproject/bytes" from file 'node_modules/@ethersproject/abstract-provider/lib/index.d.ts' with packageId '@ethersproject/bytes/lib/[email protected]'
  2706. Imported via "@ethersproject/bytes" from file 'node_modules/@ethersproject/transactions/lib/index.d.ts' with packageId '@ethersproject/bytes/lib/[email protected]'
  2707. Imported via "@ethersproject/bytes" from file 'node_modules/@ethersproject/abstract-signer/lib/index.d.ts' with packageId '@ethersproject/bytes/lib/[email protected]'
  2708. Imported via "@ethersproject/bytes" from file 'node_modules/@ethersproject/providers/lib/json-rpc-provider.d.ts' with packageId '@ethersproject/bytes/lib/[email protected]'
  2709. node_modules/@ethersproject/bignumber/lib/bignumber.d.ts
  2710. Imported via "./bignumber" from file 'node_modules/@ethersproject/bignumber/lib/index.d.ts' with packageId '@ethersproject/bignumber/lib/[email protected]'
  2711. Imported via "./bignumber" from file 'node_modules/@ethersproject/bignumber/lib/fixednumber.d.ts' with packageId '@ethersproject/bignumber/lib/[email protected]'
  2712. Imported via "./bignumber" from file 'node_modules/@ethersproject/bignumber/lib/index.d.ts' with packageId '@ethersproject/bignumber/lib/[email protected]'
  2713. node_modules/@ethersproject/bignumber/lib/fixednumber.d.ts
  2714. Imported via "./fixednumber" from file 'node_modules/@ethersproject/bignumber/lib/index.d.ts' with packageId '@ethersproject/bignumber/lib/[email protected]'
  2715. node_modules/@ethersproject/bignumber/lib/index.d.ts
  2716. Imported via "@ethersproject/bignumber" from file 'node_modules/@ethersproject/abstract-provider/lib/index.d.ts' with packageId '@ethersproject/bignumber/lib/[email protected]'
  2717. Imported via "@ethersproject/bignumber" from file 'node_modules/@ethersproject/transactions/lib/index.d.ts' with packageId '@ethersproject/bignumber/lib/[email protected]'
  2718. Imported via "@ethersproject/bignumber" from file 'node_modules/@ethersproject/providers/lib/base-provider.d.ts' with packageId '@ethersproject/bignumber/lib/[email protected]'
  2719. Imported via "@ethersproject/bignumber" from file 'node_modules/@ethersproject/providers/lib/formatter.d.ts' with packageId '@ethersproject/bignumber/lib/[email protected]'
  2720. Imported via "@ethersproject/bignumber" from file 'node_modules/@ethersproject/abstract-signer/lib/index.d.ts' with packageId '@ethersproject/bignumber/lib/[email protected]'
  2721. node_modules/@ethersproject/networks/lib/types.d.ts
  2722. Imported via "./types" from file 'node_modules/@ethersproject/networks/lib/index.d.ts' with packageId '@ethersproject/networks/lib/[email protected]'
  2723. node_modules/@ethersproject/networks/lib/index.d.ts
  2724. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/abstract-provider/lib/index.d.ts' with packageId '@ethersproject/networks/lib/[email protected]'
  2725. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/networks/lib/[email protected]'
  2726. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/networks/lib/[email protected]'
  2727. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/base-provider.d.ts' with packageId '@ethersproject/networks/lib/[email protected]'
  2728. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/alchemy-provider.d.ts' with packageId '@ethersproject/networks/lib/[email protected]'
  2729. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/websocket-provider.d.ts' with packageId '@ethersproject/networks/lib/[email protected]'
  2730. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/json-rpc-provider.d.ts' with packageId '@ethersproject/networks/lib/[email protected]'
  2731. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/url-json-rpc-provider.d.ts' with packageId '@ethersproject/networks/lib/[email protected]'
  2732. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/ankr-provider.d.ts' with packageId '@ethersproject/networks/lib/[email protected]'
  2733. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/cloudflare-provider.d.ts' with packageId '@ethersproject/networks/lib/[email protected]'
  2734. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/etherscan-provider.d.ts' with packageId '@ethersproject/networks/lib/[email protected]'
  2735. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/fallback-provider.d.ts' with packageId '@ethersproject/networks/lib/[email protected]'
  2736. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/ipc-provider.d.ts' with packageId '@ethersproject/networks/lib/[email protected]'
  2737. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/infura-provider.d.ts' with packageId '@ethersproject/networks/lib/[email protected]'
  2738. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/nodesmith-provider.d.ts' with packageId '@ethersproject/networks/lib/[email protected]'
  2739. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/pocket-provider.d.ts' with packageId '@ethersproject/networks/lib/[email protected]'
  2740. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/web3-provider.d.ts' with packageId '@ethersproject/networks/lib/[email protected]'
  2741. node_modules/@ethersproject/properties/lib/index.d.ts
  2742. Imported via "@ethersproject/properties" from file 'node_modules/@ethersproject/abstract-provider/lib/index.d.ts' with packageId '@ethersproject/properties/lib/[email protected]'
  2743. Imported via "@ethersproject/properties" from file 'node_modules/@ethersproject/providers/lib/base-provider.d.ts' with packageId '@ethersproject/properties/lib/[email protected]'
  2744. Imported via "@ethersproject/properties" from file 'node_modules/@ethersproject/abstract-signer/lib/index.d.ts' with packageId '@ethersproject/properties/lib/[email protected]'
  2745. Imported via "@ethersproject/properties" from file 'node_modules/@ethersproject/providers/lib/json-rpc-provider.d.ts' with packageId '@ethersproject/properties/lib/[email protected]'
  2746. node_modules/@ethersproject/transactions/lib/index.d.ts
  2747. Imported via "@ethersproject/transactions" from file 'node_modules/@ethersproject/abstract-provider/lib/index.d.ts' with packageId '@ethersproject/transactions/lib/[email protected]'
  2748. Imported via "@ethersproject/transactions" from file 'node_modules/@ethersproject/providers/lib/base-provider.d.ts' with packageId '@ethersproject/transactions/lib/[email protected]'
  2749. Imported via "@ethersproject/transactions" from file 'node_modules/@ethersproject/providers/lib/formatter.d.ts' with packageId '@ethersproject/transactions/lib/[email protected]'
  2750. Imported via "@ethersproject/transactions" from file 'node_modules/@ethersproject/providers/lib/json-rpc-provider.d.ts' with packageId '@ethersproject/transactions/lib/[email protected]'
  2751. node_modules/@ethersproject/web/lib/index.d.ts
  2752. Imported via "@ethersproject/web" from file 'node_modules/@ethersproject/abstract-provider/lib/index.d.ts' with packageId '@ethersproject/web/lib/[email protected]'
  2753. Imported via "@ethersproject/web" from file 'node_modules/@ethersproject/providers/lib/alchemy-provider.d.ts' with packageId '@ethersproject/web/lib/[email protected]'
  2754. Imported via "@ethersproject/web" from file 'node_modules/@ethersproject/providers/lib/json-rpc-provider.d.ts' with packageId '@ethersproject/web/lib/[email protected]'
  2755. Imported via "@ethersproject/web" from file 'node_modules/@ethersproject/providers/lib/url-json-rpc-provider.d.ts' with packageId '@ethersproject/web/lib/[email protected]'
  2756. Imported via "@ethersproject/web" from file 'node_modules/@ethersproject/providers/lib/ankr-provider.d.ts' with packageId '@ethersproject/web/lib/[email protected]'
  2757. Imported via "@ethersproject/web" from file 'node_modules/@ethersproject/providers/lib/infura-provider.d.ts' with packageId '@ethersproject/web/lib/[email protected]'
  2758. Imported via "@ethersproject/web" from file 'node_modules/@ethersproject/providers/lib/pocket-provider.d.ts' with packageId '@ethersproject/web/lib/[email protected]'
  2759. node_modules/@ethersproject/abstract-provider/lib/index.d.ts
  2760. Imported via "@ethersproject/abstract-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/abstract-provider/lib/[email protected]'
  2761. Imported via "@ethersproject/abstract-provider" from file 'node_modules/@ethersproject/providers/lib/base-provider.d.ts' with packageId '@ethersproject/abstract-provider/lib/[email protected]'
  2762. Imported via "@ethersproject/abstract-provider" from file 'node_modules/@ethersproject/providers/lib/formatter.d.ts' with packageId '@ethersproject/abstract-provider/lib/[email protected]'
  2763. Imported via "@ethersproject/abstract-provider" from file 'node_modules/@ethersproject/providers/lib/json-rpc-provider.d.ts' with packageId '@ethersproject/abstract-provider/lib/[email protected]'
  2764. Imported via "@ethersproject/abstract-provider" from file 'node_modules/@ethersproject/abstract-signer/lib/index.d.ts' with packageId '@ethersproject/abstract-provider/lib/[email protected]'
  2765. Imported via "@ethersproject/abstract-provider" from file 'node_modules/@ethersproject/providers/lib/etherscan-provider.d.ts' with packageId '@ethersproject/abstract-provider/lib/[email protected]'
  2766. Imported via "@ethersproject/abstract-provider" from file 'node_modules/@ethersproject/providers/lib/fallback-provider.d.ts' with packageId '@ethersproject/abstract-provider/lib/[email protected]'
  2767. node_modules/@types/node/assert.d.ts
  2768. Referenced via 'assert.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2769. node_modules/@types/node/assert/strict.d.ts
  2770. Referenced via 'assert/strict.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2771. node_modules/@types/node/globals.d.ts
  2772. Referenced via 'globals.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2773. node_modules/@types/node/async_hooks.d.ts
  2774. Referenced via 'async_hooks.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2775. node_modules/@types/node/buffer.d.ts
  2776. Referenced via 'buffer.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2777. node_modules/@types/node/child_process.d.ts
  2778. Referenced via 'child_process.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2779. node_modules/@types/node/cluster.d.ts
  2780. Referenced via 'cluster.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2781. node_modules/@types/node/console.d.ts
  2782. Referenced via 'console.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2783. node_modules/@types/node/constants.d.ts
  2784. Referenced via 'constants.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2785. node_modules/@types/node/crypto.d.ts
  2786. Referenced via 'crypto.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2787. node_modules/@types/node/dgram.d.ts
  2788. Referenced via 'dgram.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2789. node_modules/@types/node/diagnostics_channel.d.ts
  2790. Referenced via 'diagnostics_channel.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2791. node_modules/@types/node/dns.d.ts
  2792. Referenced via 'dns.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2793. node_modules/@types/node/dns/promises.d.ts
  2794. Referenced via 'dns/promises.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2795. Referenced via 'dns/promises.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2796. node_modules/@types/node/domain.d.ts
  2797. Referenced via 'domain.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2798. node_modules/@types/node/events.d.ts
  2799. Referenced via 'events.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2800. node_modules/@types/node/fs.d.ts
  2801. Referenced via 'fs.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2802. node_modules/@types/node/fs/promises.d.ts
  2803. Referenced via 'fs/promises.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2804. node_modules/@types/node/http.d.ts
  2805. Referenced via 'http.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2806. node_modules/@types/node/http2.d.ts
  2807. Referenced via 'http2.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2808. node_modules/@types/node/https.d.ts
  2809. Referenced via 'https.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2810. node_modules/@types/node/inspector.d.ts
  2811. Referenced via 'inspector.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2812. node_modules/@types/node/module.d.ts
  2813. Referenced via 'module.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2814. node_modules/@types/node/net.d.ts
  2815. Referenced via 'net.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2816. node_modules/@types/node/os.d.ts
  2817. Referenced via 'os.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2818. node_modules/@types/node/path.d.ts
  2819. Referenced via 'path.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2820. node_modules/@types/node/perf_hooks.d.ts
  2821. Referenced via 'perf_hooks.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2822. node_modules/@types/node/process.d.ts
  2823. Referenced via 'process.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2824. node_modules/@types/node/punycode.d.ts
  2825. Referenced via 'punycode.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2826. node_modules/@types/node/querystring.d.ts
  2827. Referenced via 'querystring.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2828. node_modules/@types/node/readline.d.ts
  2829. Referenced via 'readline.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2830. node_modules/@types/node/repl.d.ts
  2831. Referenced via 'repl.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2832. node_modules/@types/node/stream.d.ts
  2833. Referenced via 'stream.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2834. node_modules/@types/node/stream/promises.d.ts
  2835. Referenced via 'stream/promises.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2836. node_modules/@types/node/stream/consumers.d.ts
  2837. Referenced via 'stream/consumers.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2838. node_modules/@types/node/stream/web.d.ts
  2839. Referenced via 'stream/web.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2840. node_modules/@types/node/string_decoder.d.ts
  2841. Referenced via 'string_decoder.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2842. node_modules/@types/node/timers.d.ts
  2843. Referenced via 'timers.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2844. node_modules/@types/node/timers/promises.d.ts
  2845. Referenced via 'timers/promises.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2846. node_modules/@types/node/tls.d.ts
  2847. Referenced via 'tls.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2848. node_modules/@types/node/trace_events.d.ts
  2849. Referenced via 'trace_events.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2850. node_modules/@types/node/tty.d.ts
  2851. Referenced via 'tty.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2852. node_modules/@types/node/url.d.ts
  2853. Referenced via 'url.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2854. node_modules/@types/node/util.d.ts
  2855. Referenced via 'util.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2856. node_modules/@types/node/v8.d.ts
  2857. Referenced via 'v8.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2858. node_modules/@types/node/vm.d.ts
  2859. Referenced via 'vm.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2860. node_modules/@types/node/wasi.d.ts
  2861. Referenced via 'wasi.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2862. node_modules/@types/node/worker_threads.d.ts
  2863. Referenced via 'worker_threads.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2864. node_modules/@types/node/zlib.d.ts
  2865. Referenced via 'zlib.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2866. node_modules/@types/node/globals.global.d.ts
  2867. Referenced via 'globals.global.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2868. node_modules/@types/node/index.d.ts
  2869. Type library referenced via 'node' from file 'node_modules/@ethersproject/providers/lib/base-provider.d.ts' with packageId '@types/node/[email protected]'
  2870. node_modules/@ethersproject/providers/lib/formatter.d.ts
  2871. Imported via "./formatter" from file 'node_modules/@ethersproject/providers/lib/base-provider.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2872. Imported via "./formatter" from file 'node_modules/@ethersproject/providers/lib/alchemy-provider.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2873. Imported via "./formatter" from file 'node_modules/@ethersproject/providers/lib/url-json-rpc-provider.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2874. Imported via "./formatter" from file 'node_modules/@ethersproject/providers/lib/infura-provider.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2875. Imported via "./formatter" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2876. node_modules/@ethersproject/providers/lib/base-provider.d.ts
  2877. Imported via "./base-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2878. Imported via "./base-provider" from file 'node_modules/@ethersproject/providers/lib/websocket-provider.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2879. Imported via "./base-provider" from file 'node_modules/@ethersproject/providers/lib/json-rpc-provider.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2880. Imported via "./base-provider" from file 'node_modules/@ethersproject/providers/lib/etherscan-provider.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2881. Imported via "./base-provider" from file 'node_modules/@ethersproject/providers/lib/fallback-provider.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2882. node_modules/@ethersproject/abstract-signer/lib/index.d.ts
  2883. Imported via "@ethersproject/abstract-signer" from file 'node_modules/@ethersproject/providers/lib/json-rpc-provider.d.ts' with packageId '@ethersproject/abstract-signer/lib/[email protected]'
  2884. node_modules/@ethersproject/providers/lib/json-rpc-provider.d.ts
  2885. Imported via "./json-rpc-provider" from file 'node_modules/@ethersproject/providers/lib/websocket-provider.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2886. Imported via "./json-rpc-provider" from file 'node_modules/@ethersproject/providers/lib/url-json-rpc-provider.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2887. Imported via "./json-rpc-provider" from file 'node_modules/@ethersproject/providers/lib/ipc-provider.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2888. Imported via "./json-rpc-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2889. Imported via "./json-rpc-provider" from file 'node_modules/@ethersproject/providers/lib/json-rpc-batch-provider.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2890. Imported via "./json-rpc-provider" from file 'node_modules/@ethersproject/providers/lib/web3-provider.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2891. node_modules/@ethersproject/providers/lib/websocket-provider.d.ts
  2892. Imported via "./websocket-provider" from file 'node_modules/@ethersproject/providers/lib/alchemy-provider.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2893. Imported via "./websocket-provider" from file 'node_modules/@ethersproject/providers/lib/infura-provider.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2894. Imported via "./websocket-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2895. node_modules/@ethersproject/providers/lib/url-json-rpc-provider.d.ts
  2896. Imported via "./url-json-rpc-provider" from file 'node_modules/@ethersproject/providers/lib/alchemy-provider.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2897. Imported via "./url-json-rpc-provider" from file 'node_modules/@ethersproject/providers/lib/ankr-provider.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2898. Imported via "./url-json-rpc-provider" from file 'node_modules/@ethersproject/providers/lib/cloudflare-provider.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2899. Imported via "./url-json-rpc-provider" from file 'node_modules/@ethersproject/providers/lib/infura-provider.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2900. Imported via "./url-json-rpc-provider" from file 'node_modules/@ethersproject/providers/lib/nodesmith-provider.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2901. Imported via "./url-json-rpc-provider" from file 'node_modules/@ethersproject/providers/lib/pocket-provider.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2902. Imported via "./url-json-rpc-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2903. node_modules/@ethersproject/providers/lib/alchemy-provider.d.ts
  2904. Imported via "./alchemy-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2905. node_modules/@ethersproject/providers/lib/ankr-provider.d.ts
  2906. Imported via "./ankr-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2907. node_modules/@ethersproject/providers/lib/cloudflare-provider.d.ts
  2908. Imported via "./cloudflare-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2909. node_modules/@ethersproject/providers/lib/etherscan-provider.d.ts
  2910. Imported via "./etherscan-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2911. node_modules/@ethersproject/providers/lib/fallback-provider.d.ts
  2912. Imported via "./fallback-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2913. node_modules/@ethersproject/providers/lib/ipc-provider.d.ts
  2914. Imported via "./ipc-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2915. node_modules/@ethersproject/providers/lib/infura-provider.d.ts
  2916. Imported via "./infura-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2917. node_modules/@ethersproject/providers/lib/json-rpc-batch-provider.d.ts
  2918. Imported via "./json-rpc-batch-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2919. node_modules/@ethersproject/providers/lib/nodesmith-provider.d.ts
  2920. Imported via "./nodesmith-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2921. node_modules/@ethersproject/providers/lib/pocket-provider.d.ts
  2922. Imported via "./pocket-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2923. node_modules/@ethersproject/providers/lib/web3-provider.d.ts
  2924. Imported via "./web3-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2925. Imported via "./web3-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/[email protected]'
  2926. node_modules/@ethersproject/providers/lib/index.d.ts
  2927. Root file specified for compilation
  2928. node_modules/penpal/lib/index.d.ts
  2929. Imported via 'penpal' from file 'node_modules/@portis/web3/umd/index.d.ts' with packageId 'penpal/lib/[email protected]'
  2930. node_modules/@portis/web3/umd/index.d.ts
  2931. Root file specified for compilation
  2932. node_modules/source-map-js/source-map.d.ts
  2933. Imported via 'source-map-js' from file 'node_modules/sass/types/compile.d.ts' with packageId 'source-map-js/[email protected]'
  2934. node_modules/sass/types/util/promise_or.d.ts
  2935. Imported via './util/promise_or' from file 'node_modules/sass/types/importer.d.ts' with packageId 'sass/types/util/[email protected]'
  2936. Imported via './util/promise_or' from file 'node_modules/sass/types/options.d.ts' with packageId 'sass/types/util/[email protected]'
  2937. Imported via './util/promise_or' from file 'node_modules/sass/types/index.d.ts' with packageId 'sass/types/util/[email protected]'
  2938. node_modules/sass/types/importer.d.ts
  2939. Imported via './importer' from file 'node_modules/sass/types/options.d.ts' with packageId 'sass/types/[email protected]'
  2940. Imported via './importer' from file 'node_modules/sass/types/index.d.ts' with packageId 'sass/types/[email protected]'
  2941. node_modules/sass/types/logger/source_location.d.ts
  2942. Imported via './source_location' from file 'node_modules/sass/types/logger/source_span.d.ts' with packageId 'sass/types/logger/[email protected]'
  2943. Imported via './source_location' from file 'node_modules/sass/types/logger/index.d.ts' with packageId 'sass/types/logger/[email protected]'
  2944. node_modules/sass/types/logger/source_span.d.ts
  2945. Imported via './source_span' from file 'node_modules/sass/types/logger/index.d.ts' with packageId 'sass/types/logger/[email protected]'
  2946. Imported via './source_span' from file 'node_modules/sass/types/logger/index.d.ts' with packageId 'sass/types/logger/[email protected]'
  2947. node_modules/sass/types/logger/index.d.ts
  2948. Imported via './logger' from file 'node_modules/sass/types/options.d.ts'
  2949. Imported via './logger' from file 'node_modules/sass/types/exception.d.ts'
  2950. Imported via './logger' from file 'node_modules/sass/types/index.d.ts'
  2951. Imported via '../logger' from file 'node_modules/sass/types/legacy/options.d.ts'
  2952. node_modules/immutable/dist/immutable.d.ts
  2953. Imported via 'immutable' from file 'node_modules/sass/types/value/index.d.ts' with packageId 'immutable/dist/[email protected]'
  2954. Imported via 'immutable' from file 'node_modules/sass/types/value/list.d.ts' with packageId 'immutable/dist/[email protected]'
  2955. Imported via 'immutable' from file 'node_modules/sass/types/value/map.d.ts' with packageId 'immutable/dist/[email protected]'
  2956. Imported via 'immutable' from file 'node_modules/sass/types/value/number.d.ts' with packageId 'immutable/dist/[email protected]'
  2957. Imported via 'immutable' from file 'node_modules/sass/types/value/argument_list.d.ts' with packageId 'immutable/dist/[email protected]'
  2958. node_modules/sass/types/value/boolean.d.ts
  2959. Imported via './boolean' from file 'node_modules/sass/types/value/index.d.ts' with packageId 'sass/types/value/[email protected]'
  2960. Imported via './boolean' from file 'node_modules/sass/types/value/index.d.ts' with packageId 'sass/types/value/[email protected]'
  2961. node_modules/sass/types/value/color.d.ts
  2962. Imported via './color' from file 'node_modules/sass/types/value/index.d.ts' with packageId 'sass/types/value/[email protected]'
  2963. Imported via './color' from file 'node_modules/sass/types/value/index.d.ts' with packageId 'sass/types/value/[email protected]'
  2964. node_modules/sass/types/value/function.d.ts
  2965. Imported via './function' from file 'node_modules/sass/types/value/index.d.ts' with packageId 'sass/types/value/[email protected]'
  2966. Imported via './function' from file 'node_modules/sass/types/value/index.d.ts' with packageId 'sass/types/value/[email protected]'
  2967. node_modules/sass/types/value/list.d.ts
  2968. Imported via './list' from file 'node_modules/sass/types/value/index.d.ts' with packageId 'sass/types/value/[email protected]'
  2969. Imported via './list' from file 'node_modules/sass/types/value/map.d.ts' with packageId 'sass/types/value/[email protected]'
  2970. Imported via './list' from file 'node_modules/sass/types/value/argument_list.d.ts' with packageId 'sass/types/value/[email protected]'
  2971. Imported via './list' from file 'node_modules/sass/types/value/index.d.ts' with packageId 'sass/types/value/[email protected]'
  2972. node_modules/sass/types/value/map.d.ts
  2973. Imported via './map' from file 'node_modules/sass/types/value/index.d.ts' with packageId 'sass/types/value/[email protected]'
  2974. Imported via './map' from file 'node_modules/sass/types/value/index.d.ts' with packageId 'sass/types/value/[email protected]'
  2975. node_modules/sass/types/value/number.d.ts
  2976. Imported via './number' from file 'node_modules/sass/types/value/index.d.ts' with packageId 'sass/types/value/[email protected]'
  2977. Imported via './number' from file 'node_modules/sass/types/value/index.d.ts' with packageId 'sass/types/value/[email protected]'
  2978. node_modules/sass/types/value/string.d.ts
  2979. Imported via './string' from file 'node_modules/sass/types/value/index.d.ts' with packageId 'sass/types/value/[email protected]'
  2980. Imported via './string' from file 'node_modules/sass/types/value/index.d.ts' with packageId 'sass/types/value/[email protected]'
  2981. node_modules/sass/types/value/argument_list.d.ts
  2982. Imported via './argument_list' from file 'node_modules/sass/types/value/index.d.ts' with packageId 'sass/types/value/[email protected]'
  2983. node_modules/sass/types/value/index.d.ts
  2984. Imported via './value' from file 'node_modules/sass/types/options.d.ts'
  2985. Imported via './index' from file 'node_modules/sass/types/value/boolean.d.ts' with packageId 'sass/types/value/[email protected]'
  2986. Imported via './index' from file 'node_modules/sass/types/value/color.d.ts' with packageId 'sass/types/value/[email protected]'
  2987. Imported via './index' from file 'node_modules/sass/types/value/function.d.ts' with packageId 'sass/types/value/[email protected]'
  2988. Imported via './index' from file 'node_modules/sass/types/value/list.d.ts' with packageId 'sass/types/value/[email protected]'
  2989. Imported via './index' from file 'node_modules/sass/types/value/map.d.ts' with packageId 'sass/types/value/[email protected]'
  2990. Imported via './index' from file 'node_modules/sass/types/value/number.d.ts' with packageId 'sass/types/value/[email protected]'
  2991. Imported via './index' from file 'node_modules/sass/types/value/string.d.ts' with packageId 'sass/types/value/[email protected]'
  2992. Imported via './index' from file 'node_modules/sass/types/value/argument_list.d.ts' with packageId 'sass/types/value/[email protected]'
  2993. Imported via './value' from file 'node_modules/sass/types/index.d.ts'
  2994. node_modules/sass/types/options.d.ts
  2995. Imported via './options' from file 'node_modules/sass/types/compile.d.ts' with packageId 'sass/types/[email protected]'
  2996. Imported via './options' from file 'node_modules/sass/types/importer.d.ts' with packageId 'sass/types/[email protected]'
  2997. Imported via './options' from file 'node_modules/sass/types/index.d.ts' with packageId 'sass/types/[email protected]'
  2998. node_modules/sass/types/compile.d.ts
  2999. Imported via './compile' from file 'node_modules/sass/types/index.d.ts' with packageId 'sass/types/[email protected]'
  3000. node_modules/sass/types/exception.d.ts
  3001. Imported via './exception' from file 'node_modules/sass/types/index.d.ts' with packageId 'sass/types/[email protected]'
  3002. node_modules/sass/types/legacy/exception.d.ts
  3003. Imported via './legacy/exception' from file 'node_modules/sass/types/index.d.ts' with packageId 'sass/types/legacy/[email protected]'
  3004. Imported via './exception' from file 'node_modules/sass/types/legacy/render.d.ts' with packageId 'sass/types/legacy/[email protected]'
  3005. node_modules/sass/types/legacy/plugin_this.d.ts
  3006. Imported via './plugin_this' from file 'node_modules/sass/types/legacy/function.d.ts' with packageId 'sass/types/legacy/[email protected]'
  3007. Imported via './plugin_this' from file 'node_modules/sass/types/legacy/importer.d.ts' with packageId 'sass/types/legacy/[email protected]'
  3008. Imported via './legacy/plugin_this' from file 'node_modules/sass/types/index.d.ts' with packageId 'sass/types/legacy/[email protected]'
  3009. node_modules/sass/types/legacy/function.d.ts
  3010. Imported via './legacy/function' from file 'node_modules/sass/types/index.d.ts' with packageId 'sass/types/legacy/[email protected]'
  3011. Imported via './function' from file 'node_modules/sass/types/legacy/options.d.ts' with packageId 'sass/types/legacy/[email protected]'
  3012. node_modules/sass/types/legacy/importer.d.ts
  3013. Imported via './legacy/importer' from file 'node_modules/sass/types/index.d.ts' with packageId 'sass/types/legacy/[email protected]'
  3014. Imported via './importer' from file 'node_modules/sass/types/legacy/options.d.ts' with packageId 'sass/types/legacy/[email protected]'
  3015. node_modules/sass/types/legacy/options.d.ts
  3016. Imported via './legacy/options' from file 'node_modules/sass/types/index.d.ts' with packageId 'sass/types/legacy/[email protected]'
  3017. Imported via './options' from file 'node_modules/sass/types/legacy/render.d.ts' with packageId 'sass/types/legacy/[email protected]'
  3018. node_modules/sass/types/legacy/render.d.ts
  3019. Imported via './legacy/render' from file 'node_modules/sass/types/index.d.ts' with packageId 'sass/types/legacy/[email protected]'
  3020. node_modules/sass/types/index.d.ts
  3021. Root file specified for compilation
  3022.  
  3023. Info 114 [19:12:38.501] -----------------------------------------------
  3024. Info 115 [19:12:38.501] event:
  3025. {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/Users/otavio/Projetos/nest-investment-front/tsconfig.json"}}
  3026. Info 116 [19:12:38.502] event:
  3027. {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"f9de997dcae1e835e0dc06cb755db6c09c3be76cec77ce57b7c455a0a6587e93","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":20,"tsSize":30565,"tsx":32,"tsxSize":54248,"dts":423,"dtsSize":4988484,"deferred":0,"deferredSize":0},"compilerOptions":{"target":"es5","lib":["dom","dom.iterable","esnext"],"allowJs":true,"skipLibCheck":true,"strict":true,"forceConsistentCasingInFileNames":true,"noEmit":true,"esModuleInterop":true,"module":"esnext","moduleResolution":"node","resolveJsonModule":true,"isolatedModules":true,"jsx":"preserve","incremental":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":true,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"4.6.3"}}}
  3028. Info 117 [19:12:38.506] event:
  3029. {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts","configFile":"/Users/otavio/Projetos/nest-investment-front/tsconfig.json","diagnostics":[]}}
  3030. Info 118 [19:12:38.506] Project '/Users/otavio/Projetos/nest-investment-front/tsconfig.json' (Configured)
  3031. Info 118 [19:12:38.506] Files (480)
  3032.  
  3033. Info 118 [19:12:38.506] -----------------------------------------------
  3034. Info 118 [19:12:38.506] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider)
  3035. Info 118 [19:12:38.506] Files (107)
  3036.  
  3037. Info 118 [19:12:38.506] -----------------------------------------------
  3038. Info 118 [19:12:38.506] Open files:
  3039. Info 118 [19:12:38.506] FileName: /Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts ProjectRootPath: /Users/otavio/Projetos/nest-investment-front
  3040. Info 118 [19:12:38.506] Projects: /Users/otavio/Projetos/nest-investment-front/tsconfig.json
  3041. Perf 118 [19:12:38.506] 2::updateOpen: elapsed time (in milliseconds) 1433.4826
  3042. Info 119 [19:12:38.506] response:
  3043. {"seq":0,"type":"response","command":"updateOpen","request_seq":2,"success":true,"performanceData":{"updateGraphDurationMs":1352.028666973114,"createAutoImportProviderProgramDurationMs":74.95612496137619},"body":true}
  3044. Info 120 [19:12:38.507] request:
  3045. {"seq":4,"type":"request","command":"geterr","arguments":{"delay":0,"files":["/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts"]}}
  3046. Perf 121 [19:12:38.507] 4::geterr: async elapsed time (in milliseconds) 0.2982
  3047. Info 122 [19:12:38.509] event:
  3048. {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts","diagnostics":[]}}
  3049. Info 123 [19:12:38.634] event:
  3050. {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts","diagnostics":[]}}
  3051. Info 124 [19:12:38.635] event:
  3052. {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts","diagnostics":[]}}
  3053. Info 125 [19:12:38.635] event:
  3054. {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":4}}
  3055. Info 126 [19:12:40.799] request:
  3056. {"seq":5,"type":"request","command":"updateOpen","arguments":{"changedFiles":[{"fileName":"/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts","textChanges":[{"newText":" \n\n","start":{"line":28,"offset":1},"end":{"line":28,"offset":1}}]}],"closedFiles":[],"openFiles":[]}}
  3057. Perf 127 [19:12:40.800] 5::updateOpen: elapsed time (in milliseconds) 1.0054
  3058. Info 128 [19:12:40.800] response:
  3059. {"seq":0,"type":"response","command":"updateOpen","request_seq":5,"success":true,"body":true}
  3060. Info 129 [19:12:40.811] request:
  3061. {"seq":6,"type":"request","command":"updateOpen","arguments":{"changedFiles":[{"fileName":"/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts","textChanges":[{"newText":"p","start":{"line":28,"offset":3},"end":{"line":28,"offset":3}}]}],"closedFiles":[],"openFiles":[]}}
  3062. Perf 130 [19:12:40.812] 6::updateOpen: elapsed time (in milliseconds) 1.1651
  3063. Info 131 [19:12:40.812] response:
  3064. {"seq":0,"type":"response","command":"updateOpen","request_seq":6,"success":true,"body":true}
  3065. Info 132 [19:12:40.813] request:
  3066. {"seq":7,"type":"request","command":"configure","arguments":{"file":"/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts","formatOptions":{"tabSize":2,"indentSize":2,"convertTabsToSpaces":true,"newLineCharacter":"\n","insertSpaceAfterCommaDelimiter":true,"insertSpaceAfterConstructor":false,"insertSpaceAfterSemicolonInForStatements":true,"insertSpaceBeforeAndAfterBinaryOperators":true,"insertSpaceAfterKeywordsInControlFlowStatements":true,"insertSpaceAfterFunctionKeywordForAnonymousFunctions":true,"insertSpaceBeforeFunctionParenthesis":false,"insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis":false,"insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets":false,"insertSpaceAfterOpeningAndBeforeClosingEmptyBraces":false,"insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces":false,"insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces":false,"insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces":false,"insertSpaceAfterTypeAssertion":false,"placeOpenBraceOnNewLineForFunctions":false,"placeOpenBraceOnNewLineForControlBlocks":false,"semicolons":"ignore"},"preferences":{"quotePreference":"auto","importModuleSpecifierEnding":"auto","jsxAttributeCompletionStyle":"auto","allowTextChangesInNewFiles":true,"allowRenameOfImportPath":true,"provideRefactorNotApplicableReason":false,"providePrefixAndSuffixTextForRename":true,"generateReturnInDocTemplate":true,"includeCompletionsForImportStatements":true,"includeCompletionsWithClassMemberSnippets":true,"includeCompletionsWithSnippetText":true,"allowIncompleteCompletions":true,"displayPartsForJSDoc":true,"includeInlayParameterNameHints":"none","includeInlayParameterNameHintsWhenArgumentMatchesName":false,"includeInlayFunctionParameterTypeHints":false,"includeInlayVariableTypeHints":false,"includeInlayPropertyDeclarationTypeHints":false,"includeInlayFunctionLikeReturnTypeHints":false,"includeInlayEnumMemberValueHints":false}}}
  3067. Info 133 [19:12:40.813] Host configuration update for file /Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts
  3068. Info 134 [19:12:40.813] response:
  3069. {"seq":0,"type":"response","command":"configure","request_seq":7,"success":true}
  3070. Perf 135 [19:12:40.813] 7::configure: async elapsed time (in milliseconds) 0.4476
  3071. Info 136 [19:12:40.813] request:
  3072. {"seq":8,"type":"request","command":"configure","arguments":{"file":"/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts","formatOptions":{"tabSize":2,"indentSize":2,"convertTabsToSpaces":true,"newLineCharacter":"\n","insertSpaceAfterCommaDelimiter":true,"insertSpaceAfterConstructor":false,"insertSpaceAfterSemicolonInForStatements":true,"insertSpaceBeforeAndAfterBinaryOperators":true,"insertSpaceAfterKeywordsInControlFlowStatements":true,"insertSpaceAfterFunctionKeywordForAnonymousFunctions":true,"insertSpaceBeforeFunctionParenthesis":false,"insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis":false,"insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets":false,"insertSpaceAfterOpeningAndBeforeClosingEmptyBraces":false,"insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces":false,"insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces":false,"insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces":false,"insertSpaceAfterTypeAssertion":false,"placeOpenBraceOnNewLineForFunctions":false,"placeOpenBraceOnNewLineForControlBlocks":false,"semicolons":"ignore"},"preferences":{"quotePreference":"auto","importModuleSpecifierEnding":"auto","jsxAttributeCompletionStyle":"auto","allowTextChangesInNewFiles":true,"allowRenameOfImportPath":true,"provideRefactorNotApplicableReason":false,"providePrefixAndSuffixTextForRename":true,"generateReturnInDocTemplate":true,"includeCompletionsForImportStatements":true,"includeCompletionsWithClassMemberSnippets":true,"includeCompletionsWithSnippetText":true,"allowIncompleteCompletions":true,"displayPartsForJSDoc":true,"includeInlayParameterNameHints":"none","includeInlayParameterNameHintsWhenArgumentMatchesName":false,"includeInlayFunctionParameterTypeHints":false,"includeInlayVariableTypeHints":false,"includeInlayPropertyDeclarationTypeHints":false,"includeInlayFunctionLikeReturnTypeHints":false,"includeInlayEnumMemberValueHints":false}}}
  3073. Info 137 [19:12:40.813] Host configuration update for file /Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts
  3074. Info 138 [19:12:40.813] response:
  3075. {"seq":0,"type":"response","command":"configure","request_seq":8,"success":true}
  3076. Perf 139 [19:12:40.814] 8::configure: async elapsed time (in milliseconds) 0.2121
  3077. Info 140 [19:12:40.814] request:
  3078. {"seq":9,"type":"request","command":"completionInfo","arguments":{"file":"/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts","line":28,"offset":4,"includeExternalModuleExports":true,"includeInsertTextCompletions":true,"includeAutomaticOptionalChainCompletions":true}}
  3079. Info 141 [19:12:40.814] Starting updateGraphWorker: Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json
  3080. Info 142 [19:12:40.833] Finishing updateGraphWorker: Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 18.678790986537933ms
  3081. Info 143 [19:12:40.833] Different program with same set of files
  3082. Info 144 [19:12:40.858] getCompletionData: Get current token: 0.03420901298522949
  3083. Info 145 [19:12:40.858] getCompletionData: Is inside comment: 0.02720797061920166
  3084. Info 146 [19:12:40.858] getCompletionData: Get previous token: 0.036457955837249756
  3085. Info 147 [19:12:40.859] getCompletionsAtPosition: isCompletionListBlocker: 0.19562500715255737
  3086. Info 148 [19:12:40.860] getCompletionData: Semantic work: 1.132834017276764
  3087. Err 149 [19:12:41.018] Exception on executing command {"seq":9,"type":"request","command":"completionInfo","arguments":{"file":"/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts","line":28,"offset":4,"includeExternalModuleExports":true,"includeInsertTextCompletions":true,"includeAutomaticOptionalChainCompletions":true}}:
  3088.  
  3089. Debug Failure. False expression: Token end is child end
  3090.  
  3091. Error: Debug Failure. False expression: Token end is child end
  3092. at processChildNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144340:38)
  3093. at /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144280:21
  3094. at visitNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:29849:24)
  3095. at Object.forEachChild (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:29927:21)
  3096. at processNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144279:20)
  3097. at processChildNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144347:21)
  3098. at processChildNodes (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144394:48)
  3099. at /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144282:21
  3100. at visitNodes (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:29854:24)
  3101. at Object.forEachChild (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:29994:24)
  3102. at processNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144279:20)
  3103. at processChildNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144347:21)
  3104. at processChildNodes (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144394:48)
  3105. at /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144282:21
  3106. at visitNodes (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:29854:24)
  3107. at Object.forEachChild (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:30001:24)
  3108. at processNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144279:20)
  3109. at processChildNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144347:21)
  3110. at /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144280:21
  3111. at visitNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:29849:24)
  3112. at Object.forEachChild (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:29922:21)
  3113. at processNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144279:20)
  3114. at formatSpanWorker (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144080:17)
  3115. at /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144044:140
  3116. at Object.getFormattingScanner (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:142671:23)
  3117. at Object.formatNodeGivenIndentation (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144044:31)
  3118. at /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:129974:46
  3119. at Object.flatMap (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:508:25)
  3120. at getEntryForMemberCompletion (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:129972:38)
  3121. at createCompletionEntry (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:129792:23)
  3122. at getCompletionEntriesFromSymbols (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:130156:29)
  3123. at completionInfoFromData (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:129610:17)
  3124. at Object.getCompletionsAtPosition (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:129471:36)
  3125. at Object.getCompletionsAtPosition (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:161872:35)
  3126. at IOSession.Session.getCompletions (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:173420:64)
  3127. at Session.handlers.ts.Map.ts.getEntries._a.<computed> (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:172262:61)
  3128. at /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:174069:88
  3129. at IOSession.Session.executeWithRequestId (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:174060:28)
  3130. at IOSession.Session.executeCommand (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:174069:33)
  3131. at IOSession.Session.onMessage (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:174095:35)
  3132. at Interface.<anonymous> (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:176700:31)
  3133. at Interface.emit (events.js:400:28)
  3134. at Interface._onLine (readline.js:434:10)
  3135. at Interface._normalWrite (readline.js:588:12)
  3136. at Socket.ondata (readline.js:246:10)
  3137. at Socket.emit (events.js:400:28)
  3138. at addChunk (internal/streams/readable.js:293:12)
  3139. at readableAddChunk (internal/streams/readable.js:267:9)
  3140. at Socket.Readable.push (internal/streams/readable.js:206:10)
  3141. at Pipe.onStreamRead (internal/stream_base_commons.js:188:23)
  3142.  
  3143. File text of /Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts:
  3144. import { AbiItem } from 'web3-utils'
  3145. import Contract from './Contract';
  3146. import PendingWithdrawalTokenJson from '../abi/contracts/PendingWithdrawalToken.json';
  3147. import BigNumber from 'bignumber.js';
  3148.  
  3149. type WithdrawalTokenReturn = { id: string, withdrawalToken: WithdrawalTokenReturnBase }
  3150. type WithdrawalTokenReturnBase = { amount: BigNumber, dateMayWithdraw: BigNumber, state: string, tokenType: string }
  3151.  
  3152. export class WithdrawalTokenOption {
  3153. id: string;
  3154. amount: BigNumber
  3155. dateMayWithdraw: BigNumber;
  3156. state: string
  3157. tokenType: string
  3158.  
  3159. constructor({ id, withdrawalToken }: WithdrawalTokenReturn) {
  3160. this.id = id;
  3161. this.amount = new BigNumber(withdrawalToken.amount)
  3162. this.dateMayWithdraw = new BigNumber(withdrawalToken.dateMayWithdraw);
  3163. this.state = withdrawalToken.state
  3164. this.tokenType = withdrawalToken.tokenType // 0 = Jr, 1 = Sr
  3165. }
  3166. }
  3167.  
  3168. export default class PendingWithdrawalToken extends Contract {
  3169. static abi: AbiItem[] = PendingWithdrawalTokenJson.abi as AbiItem[];
  3170.  
  3171. p
  3172.  
  3173. pendingTokensOf = async (owner: string): Promise<WithdrawalTokenOption[]> =>
  3174. (await this.call("pendingTokensOf", owner) as WithdrawalTokenReturn[]).map(o => new WithdrawalTokenOption(o));
  3175.  
  3176. protected constants() { return []; };
  3177. }
  3178.  
  3179.  
  3180.  
  3181. Info 150 [19:12:41.018] response:
  3182. {"seq":0,"type":"response","command":"completionInfo","request_seq":9,"success":false,"performanceData":{"updateGraphDurationMs":18.678790986537933},"message":"Error processing request. Debug Failure. False expression: Token end is child end\nError: Debug Failure. False expression: Token end is child end\n at processChildNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144340:38)\n at /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144280:21\n at visitNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:29849:24)\n at Object.forEachChild (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:29927:21)\n at processNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144279:20)\n at processChildNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144347:21)\n at processChildNodes (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144394:48)\n at /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144282:21\n at visitNodes (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:29854:24)\n at Object.forEachChild (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:29994:24)\n at processNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144279:20)\n at processChildNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144347:21)\n at processChildNodes (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144394:48)\n at /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144282:21\n at visitNodes (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:29854:24)\n at Object.forEachChild (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:30001:24)\n at processNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144279:20)\n at processChildNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144347:21)\n at /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144280:21\n at visitNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:29849:24)\n at Object.forEachChild (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:29922:21)\n at processNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144279:20)\n at formatSpanWorker (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144080:17)\n at /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144044:140\n at Object.getFormattingScanner (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:142671:23)\n at Object.formatNodeGivenIndentation (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144044:31)\n at /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:129974:46\n at Object.flatMap (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:508:25)\n at getEntryForMemberCompletion (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:129972:38)\n at createCompletionEntry (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:129792:23)\n at getCompletionEntriesFromSymbols (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:130156:29)\n at completionInfoFromData (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:129610:17)\n at Object.getCompletionsAtPosition (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:129471:36)\n at Object.getCompletionsAtPosition (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:161872:35)\n at IOSession.Session.getCompletions (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:173420:64)\n at Session.handlers.ts.Map.ts.getEntries._a.<computed> (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:172262:61)\n at /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:174069:88\n at IOSession.Session.executeWithRequestId (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:174060:28)\n at IOSession.Session.executeCommand (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:174069:33)\n at IOSession.Session.onMessage (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:174095:35)\n at Interface.<anonymous> (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:176700:31)\n at Interface.emit (events.js:400:28)\n at Interface._onLine (readline.js:434:10)\n at Interface._normalWrite (readline.js:588:12)\n at Socket.ondata (readline.js:246:10)\n at Socket.emit (events.js:400:28)\n at addChunk (internal/streams/readable.js:293:12)\n at readableAddChunk (internal/streams/readable.js:267:9)\n at Socket.Readable.push (internal/streams/readable.js:206:10)\n at Pipe.onStreamRead (internal/stream_base_commons.js:188:23)"}
  3183. Info 151 [19:12:41.099] request:
  3184. {"seq":10,"type":"request","command":"geterr","arguments":{"delay":0,"files":["/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts"]}}
  3185. Perf 152 [19:12:41.100] 10::geterr: async elapsed time (in milliseconds) 0.1394
  3186. Info 153 [19:12:41.100] event:
  3187. {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts","diagnostics":[]}}
  3188. Info 154 [19:12:41.196] event:
  3189. {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts","diagnostics":[{"start":{"line":28,"offset":3},"end":{"line":28,"offset":4},"text":"Member 'p' implicitly has an 'any' type.","code":7008,"category":"error"}]}}
  3190. Info 155 [19:12:41.197] event:
  3191. {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts","diagnostics":[]}}
  3192. Info 156 [19:12:41.197] event:
  3193. {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":10}}
  3194. Info 157 [19:12:52.677] DirectoryWatcher:: Triggered with /users/otavio/projetos/nest-investment-front/.git/.watchman-cookie-Air-de-Otavio.Home-12736-2154 :: WatchInfo: /users/otavio/projetos/nest-investment-front 1 undefined Config: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Wild card directory
  3195. Info 158 [19:12:52.679] Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json Detected ignored path: /users/otavio/projetos/nest-investment-front/.git/.watchman-cookie-Air-de-Otavio.Home-12736-2154
  3196. Info 159 [19:12:52.679] Elapsed:: 1.8589590191841125ms DirectoryWatcher:: Triggered with /users/otavio/projetos/nest-investment-front/.git/.watchman-cookie-Air-de-Otavio.Home-12736-2154 :: WatchInfo: /users/otavio/projetos/nest-investment-front 1 undefined Config: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Wild card directory
  3197. Info 160 [19:12:52.726] DirectoryWatcher:: Triggered with /users/otavio/projetos/nest-investment-front/.git/.watchman-cookie-Air-de-Otavio.Home-12736-2154 :: WatchInfo: /users/otavio/projetos/nest-investment-front 1 undefined Config: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Wild card directory
  3198. Info 161 [19:12:52.727] Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json Detected ignored path: /users/otavio/projetos/nest-investment-front/.git/.watchman-cookie-Air-de-Otavio.Home-12736-2154
  3199. Info 162 [19:12:52.727] Elapsed:: 0.19270801544189453ms DirectoryWatcher:: Triggered with /users/otavio/projetos/nest-investment-front/.git/.watchman-cookie-Air-de-Otavio.Home-12736-2154 :: WatchInfo: /users/otavio/projetos/nest-investment-front 1 undefined Config: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Wild card directory
  3200. Info 163 [19:13:45.347] request:
  3201. {"seq":11,"type":"request","command":"updateOpen","arguments":{"changedFiles":[{"fileName":"/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts","textChanges":[{"newText":"eq","start":{"line":28,"offset":4},"end":{"line":28,"offset":4}}]}],"closedFiles":[],"openFiles":[]}}
  3202. Perf 164 [19:13:45.352] 11::updateOpen: elapsed time (in milliseconds) 5.3405
  3203. Info 165 [19:13:45.352] response:
  3204. {"seq":0,"type":"response","command":"updateOpen","request_seq":11,"success":true,"body":true}
  3205. Info 166 [19:13:45.353] request:
  3206. {"seq":12,"type":"request","command":"geterr","arguments":{"delay":0,"files":["/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts"]}}
  3207. Perf 167 [19:13:45.354] 12::geterr: async elapsed time (in milliseconds) 0.2878
  3208. Info 168 [19:13:45.355] Starting updateGraphWorker: Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json
  3209. Info 169 [19:13:45.416] Finishing updateGraphWorker: Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 61.16816699504852ms
  3210. Info 170 [19:13:45.416] Different program with same set of files
  3211. Info 171 [19:13:45.416] event:
  3212. {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts","diagnostics":[]}}
  3213. Info 172 [19:13:45.521] event:
  3214. {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts","diagnostics":[{"start":{"line":28,"offset":3},"end":{"line":28,"offset":6},"text":"Member 'peq' implicitly has an 'any' type.","code":7008,"category":"error"}]}}
  3215. Info 173 [19:13:45.522] event:
  3216. {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts","diagnostics":[]}}
  3217. Info 174 [19:13:45.522] event:
  3218. {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":12}}
  3219. Info 175 [19:13:46.048] request:
  3220. {"seq":13,"type":"request","command":"updateOpen","arguments":{"changedFiles":[{"fileName":"/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts","textChanges":[{"newText":":","start":{"line":28,"offset":6},"end":{"line":28,"offset":6}}]}],"closedFiles":[],"openFiles":[]}}
  3221. Perf 176 [19:13:46.049] 13::updateOpen: elapsed time (in milliseconds) 0.6523
  3222. Info 177 [19:13:46.049] response:
  3223. {"seq":0,"type":"response","command":"updateOpen","request_seq":13,"success":true,"body":true}
  3224. Info 178 [19:13:46.049] request:
  3225. {"seq":14,"type":"request","command":"geterr","arguments":{"delay":0,"files":["/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts"]}}
  3226. Perf 179 [19:13:46.050] 14::geterr: async elapsed time (in milliseconds) 0.3425
  3227. Info 180 [19:13:46.051] Starting updateGraphWorker: Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json
  3228. Info 181 [19:13:46.077] Finishing updateGraphWorker: Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 25.70770800113678ms
  3229. Info 182 [19:13:46.077] Different program with same set of files
  3230. Info 183 [19:13:46.077] event:
  3231. {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts","diagnostics":[]}}
  3232. Info 184 [19:13:46.173] event:
  3233. {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts","diagnostics":[{"start":{"line":30,"offset":3},"end":{"line":30,"offset":18},"text":"Cannot find name 'pendingTokensOf'.","code":2304,"category":"error"}]}}
  3234. Info 185 [19:13:46.175] event:
  3235. {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts","diagnostics":[]}}
  3236. Info 186 [19:13:46.175] event:
  3237. {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":14}}
  3238. Info 187 [19:13:46.545] request:
  3239. {"seq":15,"type":"request","command":"updateOpen","arguments":{"changedFiles":[{"fileName":"/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts","textChanges":[{"newText":"","start":{"line":28,"offset":6},"end":{"line":28,"offset":7}}]}],"closedFiles":[],"openFiles":[]}}
  3240. Perf 188 [19:13:46.546] 15::updateOpen: elapsed time (in milliseconds) 0.7539
  3241. Info 189 [19:13:46.546] response:
  3242. {"seq":0,"type":"response","command":"updateOpen","request_seq":15,"success":true,"body":true}
  3243. Info 190 [19:13:46.547] request:
  3244. {"seq":16,"type":"request","command":"geterr","arguments":{"delay":0,"files":["/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts"]}}
  3245. Perf 191 [19:13:46.547] 16::geterr: async elapsed time (in milliseconds) 0.1845
  3246. Info 192 [19:13:46.548] Starting updateGraphWorker: Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json
  3247. Info 193 [19:13:46.565] Finishing updateGraphWorker: Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 16.472833037376404ms
  3248. Info 194 [19:13:46.565] Different program with same set of files
  3249. Info 195 [19:13:46.565] event:
  3250. {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts","diagnostics":[]}}
  3251. Info 196 [19:13:46.664] event:
  3252. {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts","diagnostics":[{"start":{"line":28,"offset":3},"end":{"line":28,"offset":6},"text":"Member 'peq' implicitly has an 'any' type.","code":7008,"category":"error"}]}}
  3253. Info 197 [19:13:46.665] event:
  3254. {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts","diagnostics":[]}}
  3255. Info 198 [19:13:46.665] event:
  3256. {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":16}}
  3257.  
Advertisement
Add Comment
Please, Sign In to add comment