Advertisement
Guest User

Untitled

a guest
Apr 11th, 2022
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 350.74 KB | None | 0 0
  1. Info 0 [09:23:34.521] Starting TS Server
  2. Info 1 [09:23:34.521] Version: 4.6.3
  3. Info 2 [09:23:34.521] 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/nvimJ1RXtN/coc.nvim-73234/coc-nvim-tscancellation-5a7664c8d08656f6c916.sock* --logVerbosity verbose --logFile /var/folders/74/2ndnt8jn1hqd5vn92zb5cpkr0000gn/T/nvimJ1RXtN/coc.nvim-73234/tsserver.log --npmLocation "/Users/otavio/.nvm/versions/node/v14.18.1/bin/npm" --noGetErrOnBackgroundUpdate --validateDefaultNpmLocation
  4. Info 3 [09:23:34.521] Platform: darwin NodeVersion: 14 CaseSensitive: false
  5. Info 4 [09:23:34.521] ServerMode: undefined syntaxOnly: false hasUnknownServerMode: undefined
  6. Info 5 [09:23:34.525] Binding...
  7. Info 6 [09:23:34.528] request:
  8. {"seq":0,"type":"request","command":"configure","arguments":{"hostInfo":"coc-nvim","preferences":{"providePrefixAndSuffixTextForRename":true,"allowRenameOfImportPath":true,"includePackageJsonAutoImports":"auto"}}}
  9. Info 7 [09:23:34.528] Host information coc-nvim
  10. Info 8 [09:23:34.529] response:
  11. {"seq":0,"type":"response","command":"configure","request_seq":0,"success":true}
  12. Perf 9 [09:23:34.529] 0::configure: async elapsed time (in milliseconds) 0.6616
  13. Info 10 [09:23:34.529] 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 [09:23:34.529] 1::compilerOptionsForInferredProjects: elapsed time (in milliseconds) 0.1757
  16. Info 12 [09:23:34.529] response:
  17. {"seq":0,"type":"response","command":"compilerOptionsForInferredProjects","request_seq":1,"success":true,"body":true}
  18. Info 13 [09:23:34.529] event:
  19. {"seq":0,"type":"event","event":"typingsInstallerPid","body":{"pid":74413}}
  20. Info 14 [09:23:34.652] request:
  21. {"seq":2,"type":"request","command":"updateOpen","arguments":{"changedFiles":[],"closedFiles":[],"openFiles":[{"file":"/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx","fileContent":"import \"../styles/globals.css\";\nimport \"bootstrap/dist/css/bootstrap.css\";\nimport { library } from \"@fortawesome/fontawesome-svg-core\";\nimport { fab } from \"@fortawesome/free-brands-svg-icons\";\n\nimport type { AppProps } from \"next/app\";\nimport { Toaster } from \"react-hot-toast\"; /* https://react-hot-toast.com/docs/toast */\nimport { Container } from \"react-bootstrap\";\n\nimport Header from \"../components/Header\";\nimport { useWallet } from \"../lib/useWallet\";\nimport Footer from \"../components/Footer\";\n\nfunction MyApp({ Component, pageProps }: AppProps) {\n const wallet = useWallet();\n return (\n <div className=\"main-container mh-100\">\n <Toaster />\n <Header useWallet={wallet} />\n <Container>\n <Component useWallet={wallet} {...pageProps} />\n </Container>\n <Footer />\n </div>\n );\n}\n\nexport default MyApp;\n","projectRootPath":"/Users/otavio/Projetos/nest-investment-front","scriptKindName":"TSX"}]}}
  22. Info 15 [09:23:34.653] Search path: /Users/otavio/Projetos/nest-investment-front/pages
  23. Info 16 [09:23:34.653] For info: /Users/otavio/Projetos/nest-investment-front/pages/_app.tsx :: Config file name: /Users/otavio/Projetos/nest-investment-front/tsconfig.json
  24. Info 17 [09:23:34.653] Creating configuration project /Users/otavio/Projetos/nest-investment-front/tsconfig.json
  25. Info 18 [09:23:34.654] 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 [09:23:34.655] 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/pages/_app.tsx to open"}}
  28. Info 20 [09:23:34.670] 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/convertBrl.ts",
  32. "/Users/otavio/Projetos/nest-investment-front/lib/repeater.ts",
  33. "/Users/otavio/Projetos/nest-investment-front/lib/use-async.ts",
  34. "/Users/otavio/Projetos/nest-investment-front/lib/useWallet.ts",
  35. "/Users/otavio/Projetos/nest-investment-front/lib/useWallet/DataUpdater.ts",
  36. "/Users/otavio/Projetos/nest-investment-front/lib/useWallet/Singleton.ts",
  37. "/Users/otavio/Projetos/nest-investment-front/lib/useWallet/Wallet.ts",
  38. "/Users/otavio/Projetos/nest-investment-front/lib/useWallet/provider.ts",
  39. "/Users/otavio/Projetos/nest-investment-front/lib/useWallet/switchToChain.ts",
  40. "/Users/otavio/Projetos/nest-investment-front/lib/useWallet/web3Modal.ts",
  41. "/Users/otavio/Projetos/nest-investment-front/models/AllContracts.ts",
  42. "/Users/otavio/Projetos/nest-investment-front/models/Chain.ts",
  43. "/Users/otavio/Projetos/nest-investment-front/models/Contract.ts",
  44. "/Users/otavio/Projetos/nest-investment-front/models/Investment.ts",
  45. "/Users/otavio/Projetos/nest-investment-front/models/JuniorToken.ts",
  46. "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
  47. "/Users/otavio/Projetos/nest-investment-front/models/SeniorToken.ts",
  48. "/Users/otavio/Projetos/nest-investment-front/pages/api/hello.ts",
  49. "/Users/otavio/Projetos/nest-investment-front/components/ConnectedArea.tsx",
  50. "/Users/otavio/Projetos/nest-investment-front/components/Footer.tsx",
  51. "/Users/otavio/Projetos/nest-investment-front/components/Header.tsx",
  52. "/Users/otavio/Projetos/nest-investment-front/components/InvestOnJunior.tsx",
  53. "/Users/otavio/Projetos/nest-investment-front/components/InvestmentArea.tsx",
  54. "/Users/otavio/Projetos/nest-investment-front/components/NotFound.tsx",
  55. "/Users/otavio/Projetos/nest-investment-front/components/WrongChain.tsx",
  56. "/Users/otavio/Projetos/nest-investment-front/components/investmentSelection/ConnectWallet.tsx",
  57. "/Users/otavio/Projetos/nest-investment-front/components/investmentSelection/InvestmentItem.tsx",
  58. "/Users/otavio/Projetos/nest-investment-front/components/investmentSelection/InvestmentList.tsx",
  59. "/Users/otavio/Projetos/nest-investment-front/components/investmentSelection/InvestmentTotals.tsx",
  60. "/Users/otavio/Projetos/nest-investment-front/components/investmentShow/Agent.tsx",
  61. "/Users/otavio/Projetos/nest-investment-front/components/investmentShow/Info.tsx",
  62. "/Users/otavio/Projetos/nest-investment-front/components/investmentShow/Overview.tsx",
  63. "/Users/otavio/Projetos/nest-investment-front/components/investmentShow/index.tsx",
  64. "/Users/otavio/Projetos/nest-investment-front/components/ui/TableHeader.tsx",
  65. "/Users/otavio/Projetos/nest-investment-front/components/ui/TableItem.tsx",
  66. "/Users/otavio/Projetos/nest-investment-front/lib/NumberInput.tsx",
  67. "/Users/otavio/Projetos/nest-investment-front/models/Money.tsx",
  68. "/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx",
  69. "/Users/otavio/Projetos/nest-investment-front/pages/index.tsx",
  70. "/Users/otavio/Projetos/nest-investment-front/pages/investment/[id].tsx"
  71. ],
  72. "options": {
  73. "target": 1,
  74. "lib": [
  75. "lib.dom.d.ts",
  76. "lib.dom.iterable.d.ts",
  77. "lib.esnext.d.ts"
  78. ],
  79. "allowJs": true,
  80. "skipLibCheck": true,
  81. "strict": true,
  82. "forceConsistentCasingInFileNames": true,
  83. "noEmit": true,
  84. "esModuleInterop": true,
  85. "module": 99,
  86. "moduleResolution": 2,
  87. "resolveJsonModule": true,
  88. "isolatedModules": true,
  89. "jsx": 1,
  90. "incremental": true,
  91. "configFilePath": "/Users/otavio/Projetos/nest-investment-front/tsconfig.json"
  92. }
  93. }
  94. Info 21 [09:23:34.670] DirectoryWatcher:: Added:: WatchInfo: /users/otavio/projetos/nest-investment-front 1 undefined Config: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Wild card directory
  95. Info 22 [09:23:34.671] Elapsed:: 1.3942090272903442ms DirectoryWatcher:: Added:: WatchInfo: /users/otavio/projetos/nest-investment-front 1 undefined Config: /Users/otavio/Projetos/nest-investment-front/tsconfig.json WatchType: Wild card directory
  96. Info 23 [09:23:34.671] Local plugin loading enabled; adding /users/otavio/projetos/nest-investment-front to search paths
  97. Info 24 [09:23:34.672] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/next-env.d.ts 500 undefined WatchType: Closed Script info
  98. Info 25 [09:23:34.672] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/lib/convertBrl.ts 500 undefined WatchType: Closed Script info
  99. Info 26 [09:23:34.672] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/lib/repeater.ts 500 undefined WatchType: Closed Script info
  100. Info 27 [09:23:34.672] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/lib/use-async.ts 500 undefined WatchType: Closed Script info
  101. Info 28 [09:23:34.672] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/lib/useWallet.ts 500 undefined WatchType: Closed Script info
  102. Info 29 [09:23:34.673] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/lib/useWallet/DataUpdater.ts 500 undefined WatchType: Closed Script info
  103. Info 30 [09:23:34.673] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/lib/useWallet/Singleton.ts 500 undefined WatchType: Closed Script info
  104. Info 31 [09:23:34.673] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/lib/useWallet/Wallet.ts 500 undefined WatchType: Closed Script info
  105. Info 32 [09:23:34.673] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/lib/useWallet/provider.ts 500 undefined WatchType: Closed Script info
  106. Info 33 [09:23:34.673] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/lib/useWallet/switchToChain.ts 500 undefined WatchType: Closed Script info
  107. Info 34 [09:23:34.673] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/lib/useWallet/web3Modal.ts 500 undefined WatchType: Closed Script info
  108. Info 35 [09:23:34.673] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/models/AllContracts.ts 500 undefined WatchType: Closed Script info
  109. Info 36 [09:23:34.673] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/models/Chain.ts 500 undefined WatchType: Closed Script info
  110. Info 37 [09:23:34.673] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/models/Contract.ts 500 undefined WatchType: Closed Script info
  111. Info 38 [09:23:34.674] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/models/Investment.ts 500 undefined WatchType: Closed Script info
  112. Info 39 [09:23:34.674] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/models/JuniorToken.ts 500 undefined WatchType: Closed Script info
  113. Info 40 [09:23:34.674] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts 500 undefined WatchType: Closed Script info
  114. Info 41 [09:23:34.674] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/models/SeniorToken.ts 500 undefined WatchType: Closed Script info
  115. Info 42 [09:23:34.674] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/pages/api/hello.ts 500 undefined WatchType: Closed Script info
  116. Info 43 [09:23:34.674] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/ConnectedArea.tsx 500 undefined WatchType: Closed Script info
  117. Info 44 [09:23:34.674] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/Footer.tsx 500 undefined WatchType: Closed Script info
  118. Info 45 [09:23:34.674] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/Header.tsx 500 undefined WatchType: Closed Script info
  119. Info 46 [09:23:34.674] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/InvestOnJunior.tsx 500 undefined WatchType: Closed Script info
  120. Info 47 [09:23:34.674] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/InvestmentArea.tsx 500 undefined WatchType: Closed Script info
  121. Info 48 [09:23:34.674] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/NotFound.tsx 500 undefined WatchType: Closed Script info
  122. Info 49 [09:23:34.674] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/WrongChain.tsx 500 undefined WatchType: Closed Script info
  123. Info 50 [09:23:34.674] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/investmentSelection/ConnectWallet.tsx 500 undefined WatchType: Closed Script info
  124. Info 51 [09:23:34.675] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/investmentSelection/InvestmentItem.tsx 500 undefined WatchType: Closed Script info
  125. Info 52 [09:23:34.675] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/investmentSelection/InvestmentList.tsx 500 undefined WatchType: Closed Script info
  126. Info 53 [09:23:34.675] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/investmentSelection/InvestmentTotals.tsx 500 undefined WatchType: Closed Script info
  127. Info 54 [09:23:34.675] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/investmentShow/Agent.tsx 500 undefined WatchType: Closed Script info
  128. Info 55 [09:23:34.675] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/investmentShow/Info.tsx 500 undefined WatchType: Closed Script info
  129. Info 56 [09:23:34.675] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/investmentShow/Overview.tsx 500 undefined WatchType: Closed Script info
  130. Info 57 [09:23:34.675] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/investmentShow/index.tsx 500 undefined WatchType: Closed Script info
  131. Info 58 [09:23:34.675] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/ui/TableHeader.tsx 500 undefined WatchType: Closed Script info
  132. Info 59 [09:23:34.675] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/components/ui/TableItem.tsx 500 undefined WatchType: Closed Script info
  133. Info 60 [09:23:34.675] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/lib/NumberInput.tsx 500 undefined WatchType: Closed Script info
  134. Info 61 [09:23:34.675] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/models/Money.tsx 500 undefined WatchType: Closed Script info
  135. Info 62 [09:23:34.675] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/pages/index.tsx 500 undefined WatchType: Closed Script info
  136. Info 63 [09:23:34.675] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/pages/investment/[id].tsx 500 undefined WatchType: Closed Script info
  137. Info 64 [09:23:34.689] Starting updateGraphWorker: Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json
  138. Info 65 [09:23:34.702] 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
  139. Info 66 [09:23:34.702] Elapsed:: 0.08083301782608032ms 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
  140. Info 67 [09:23:34.705] 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
  141. Info 68 [09:23:34.705] Elapsed:: 0.058375000953674316ms 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
  142. Info 69 [09:23:35.195] 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
  143. Info 70 [09:23:35.195] Elapsed:: 0.07670795917510986ms 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
  144. Info 71 [09:23:35.310] 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
  145. Info 72 [09:23:35.311] Elapsed:: 0.08416599035263062ms 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
  146. Info 73 [09:23:35.312] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/abi/contracts/Investment.json 500 undefined WatchType: Closed Script info
  147. Info 74 [09:23:35.384] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/abi/contracts/JuniorToken.json 500 undefined WatchType: Closed Script info
  148. Info 75 [09:23:35.393] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/abi/contracts/PendingWithdrawalToken.json 500 undefined WatchType: Closed Script info
  149. Info 76 [09:23:35.419] FileWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/abi/contracts/SeniorToken.json 500 undefined WatchType: Closed Script info
  150. Info 77 [09:23:35.428] 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
  151. Info 78 [09:23:35.428] Elapsed:: 0.08454197645187378ms 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
  152. Info 79 [09:23:35.517] 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
  153. Info 80 [09:23:35.517] Elapsed:: 0.08675003051757812ms 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
  154. Info 81 [09:23:35.522] 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
  155. Info 82 [09:23:35.522] Elapsed:: 0.0728750228881836ms 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
  156. Info 83 [09:23:35.965] 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
  157. Info 84 [09:23:35.966] Elapsed:: 0.13008302450180054ms 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
  158. Info 85 [09:23:35.977] 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
  159. Info 86 [09:23:35.977] Elapsed:: 0.12291598320007324ms 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
  160. Info 87 [09:23:35.977] Finishing updateGraphWorker: Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 1288.847000002861ms
  161. Info 88 [09:23:35.978] Project '/Users/otavio/Projetos/nest-investment-front/tsconfig.json' (Configured)
  162. Info 89 [09:23:35.996] Files (466)
  163. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es5.d.ts
  164. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2015.d.ts
  165. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2016.d.ts
  166. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2017.d.ts
  167. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2018.d.ts
  168. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2019.d.ts
  169. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2020.d.ts
  170. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2021.d.ts
  171. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2022.d.ts
  172. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.esnext.d.ts
  173. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.dom.d.ts
  174. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.dom.iterable.d.ts
  175. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2015.core.d.ts
  176. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2015.collection.d.ts
  177. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2015.generator.d.ts
  178. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2015.iterable.d.ts
  179. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2015.promise.d.ts
  180. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2015.proxy.d.ts
  181. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2015.reflect.d.ts
  182. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2015.symbol.d.ts
  183. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts
  184. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2016.array.include.d.ts
  185. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2017.object.d.ts
  186. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts
  187. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2017.string.d.ts
  188. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2017.intl.d.ts
  189. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts
  190. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts
  191. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts
  192. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2018.intl.d.ts
  193. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2018.promise.d.ts
  194. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2018.regexp.d.ts
  195. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2019.array.d.ts
  196. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2019.object.d.ts
  197. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2019.string.d.ts
  198. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2019.symbol.d.ts
  199. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2020.bigint.d.ts
  200. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2020.promise.d.ts
  201. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts
  202. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2020.string.d.ts
  203. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts
  204. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2020.intl.d.ts
  205. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2021.promise.d.ts
  206. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2021.string.d.ts
  207. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2021.weakref.d.ts
  208. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2021.intl.d.ts
  209. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2022.array.d.ts
  210. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2022.error.d.ts
  211. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2022.object.d.ts
  212. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.es2022.string.d.ts
  213. /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/lib.esnext.intl.d.ts
  214. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/amp.d.ts
  215. /Users/otavio/Projetos/nest-investment-front/node_modules/next/amp.d.ts
  216. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/react/global.d.ts
  217. /Users/otavio/Projetos/nest-investment-front/node_modules/csstype/index.d.ts
  218. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/prop-types/index.d.ts
  219. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/scheduler/tracing.d.ts
  220. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/react/index.d.ts
  221. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/assert.d.ts
  222. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/assert/strict.d.ts
  223. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/globals.d.ts
  224. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/async_hooks.d.ts
  225. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/buffer.d.ts
  226. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/child_process.d.ts
  227. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/cluster.d.ts
  228. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/console.d.ts
  229. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/constants.d.ts
  230. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/crypto.d.ts
  231. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/dgram.d.ts
  232. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/diagnostics_channel.d.ts
  233. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/dns.d.ts
  234. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/dns/promises.d.ts
  235. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/domain.d.ts
  236. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/events.d.ts
  237. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/fs.d.ts
  238. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/fs/promises.d.ts
  239. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/http.d.ts
  240. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/http2.d.ts
  241. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/https.d.ts
  242. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/inspector.d.ts
  243. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/module.d.ts
  244. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/net.d.ts
  245. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/os.d.ts
  246. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/path.d.ts
  247. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/perf_hooks.d.ts
  248. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/process.d.ts
  249. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/punycode.d.ts
  250. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/querystring.d.ts
  251. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/readline.d.ts
  252. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/repl.d.ts
  253. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/stream.d.ts
  254. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/stream/promises.d.ts
  255. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/stream/consumers.d.ts
  256. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/stream/web.d.ts
  257. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/string_decoder.d.ts
  258. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/timers.d.ts
  259. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/timers/promises.d.ts
  260. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/tls.d.ts
  261. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/trace_events.d.ts
  262. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/tty.d.ts
  263. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/url.d.ts
  264. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/util.d.ts
  265. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/v8.d.ts
  266. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/vm.d.ts
  267. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/wasi.d.ts
  268. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/worker_threads.d.ts
  269. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/zlib.d.ts
  270. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/globals.global.d.ts
  271. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/index.d.ts
  272. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/get-page-files.d.ts
  273. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/html-context.d.ts
  274. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/compiled/webpack/webpack.d.ts
  275. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/lib/load-custom-routes.d.ts
  276. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/image-config.d.ts
  277. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/config-shared.d.ts
  278. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/config.d.ts
  279. /Users/otavio/Projetos/nest-investment-front/node_modules/@next/env/types/index.d.ts
  280. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/mitt.d.ts
  281. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/client/with-router.d.ts
  282. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/client/router.d.ts
  283. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/client/route-loader.d.ts
  284. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/client/page-loader.d.ts
  285. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.d.ts
  286. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/router/router.d.ts
  287. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/react-dom/index.d.ts
  288. /Users/otavio/Projetos/nest-investment-front/node_modules/styled-jsx/index.d.ts
  289. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/base-http/index.d.ts
  290. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/api-utils/index.d.ts
  291. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.d.ts
  292. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/web/next-url.d.ts
  293. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/web/spec-extension/request.d.ts
  294. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/web/spec-compliant/fetch-event.d.ts
  295. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/web/spec-extension/fetch-event.d.ts
  296. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/web/spec-extension/response.d.ts
  297. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/web/types.d.ts
  298. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/request-meta.d.ts
  299. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/router.d.ts
  300. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/build/webpack/loaders/next-middleware-wasm-loader.d.ts
  301. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/build/webpack/plugins/middleware-plugin.d.ts
  302. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/render-result.d.ts
  303. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/router/utils/parse-url.d.ts
  304. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/router/utils/parse-next-url.d.ts
  305. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/build/index.d.ts
  306. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.d.ts
  307. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/send-payload/revalidate-headers.d.ts
  308. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/send-payload/index.d.ts
  309. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/base-http/node.d.ts
  310. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/font-utils.d.ts
  311. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/load-components.d.ts
  312. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/render.d.ts
  313. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/router/utils/route-regex.d.ts
  314. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/router/utils/get-middleware-regex.d.ts
  315. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/router/utils/route-matcher.d.ts
  316. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/router/utils/routing-items.d.ts
  317. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/router/utils/sorted-routes.d.ts
  318. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/router/utils/is-dynamic.d.ts
  319. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/router/utils/index.d.ts
  320. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/server-route-utils.d.ts
  321. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/base-server.d.ts
  322. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/response-cache.d.ts
  323. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/image-optimizer.d.ts
  324. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/next-server.d.ts
  325. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/lib/coalesced-function.d.ts
  326. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/dev/static-paths-worker.d.ts
  327. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/dev/next-dev-server.d.ts
  328. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/server/next.d.ts
  329. /Users/otavio/Projetos/nest-investment-front/node_modules/next/types/index.d.ts
  330. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/utils.d.ts
  331. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/pages/_app.d.ts
  332. /Users/otavio/Projetos/nest-investment-front/node_modules/next/app.d.ts
  333. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/runtime-config.d.ts
  334. /Users/otavio/Projetos/nest-investment-front/node_modules/next/config.d.ts
  335. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/pages/_document.d.ts
  336. /Users/otavio/Projetos/nest-investment-front/node_modules/next/document.d.ts
  337. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/dynamic.d.ts
  338. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dynamic.d.ts
  339. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/pages/_error.d.ts
  340. /Users/otavio/Projetos/nest-investment-front/node_modules/next/error.d.ts
  341. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/shared/lib/head.d.ts
  342. /Users/otavio/Projetos/nest-investment-front/node_modules/next/head.d.ts
  343. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/client/image.d.ts
  344. /Users/otavio/Projetos/nest-investment-front/node_modules/next/image.d.ts
  345. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/client/link.d.ts
  346. /Users/otavio/Projetos/nest-investment-front/node_modules/next/link.d.ts
  347. /Users/otavio/Projetos/nest-investment-front/node_modules/next/router.d.ts
  348. /Users/otavio/Projetos/nest-investment-front/node_modules/next/dist/client/script.d.ts
  349. /Users/otavio/Projetos/nest-investment-front/node_modules/next/script.d.ts
  350. /Users/otavio/Projetos/nest-investment-front/node_modules/next/server.d.ts
  351. /Users/otavio/Projetos/nest-investment-front/node_modules/next/types/global.d.ts
  352. /Users/otavio/Projetos/nest-investment-front/node_modules/next/index.d.ts
  353. /Users/otavio/Projetos/nest-investment-front/node_modules/next/image-types/global.d.ts
  354. /Users/otavio/Projetos/nest-investment-front/next-env.d.ts
  355. /Users/otavio/Projetos/nest-investment-front/node_modules/bignumber.js/bignumber.d.ts
  356. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/types.d.ts
  357. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/helpers.d.ts
  358. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Col.d.ts
  359. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/enums.d.ts
  360. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/modifiers/popperOffsets.d.ts
  361. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/modifiers/flip.d.ts
  362. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/modifiers/hide.d.ts
  363. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/modifiers/offset.d.ts
  364. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/modifiers/eventListeners.d.ts
  365. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/modifiers/computeStyles.d.ts
  366. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/modifiers/arrow.d.ts
  367. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/modifiers/preventOverflow.d.ts
  368. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/modifiers/applyStyles.d.ts
  369. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/types.d.ts
  370. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/modifiers/index.d.ts
  371. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/utils/detectOverflow.d.ts
  372. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/createPopper.d.ts
  373. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/popper-lite.d.ts
  374. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/popper.d.ts
  375. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/lib/index.d.ts
  376. /Users/otavio/Projetos/nest-investment-front/node_modules/@popperjs/core/index.d.ts
  377. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/usePopper.d.ts
  378. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/types.d.ts
  379. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/usePlaceholder.d.ts
  380. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/PlaceholderButton.d.ts
  381. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Placeholder.d.ts
  382. /Users/otavio/Projetos/nest-investment-front/models/Money.tsx
  383. /Users/otavio/Projetos/nest-investment-front/lib/convertBrl.ts
  384. /Users/otavio/Projetos/nest-investment-front/lib/repeater.ts
  385. /Users/otavio/Projetos/nest-investment-front/lib/use-async.ts
  386. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/helpers/local.d.ts
  387. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/helpers/types.d.ts
  388. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/helpers/utils.d.ts
  389. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/helpers/index.d.ts
  390. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/core/index.d.ts
  391. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/components/Modal.d.ts
  392. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/components/Provider.d.ts
  393. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/components/index.d.ts
  394. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/constants/chains.d.ts
  395. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/constants/classNames.d.ts
  396. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/constants/events.d.ts
  397. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/constants/keys.d.ts
  398. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/constants/index.d.ts
  399. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/controllers/events.d.ts
  400. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/controllers/providers.d.ts
  401. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/controllers/index.d.ts
  402. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/injected.d.ts
  403. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/walletconnect.d.ts
  404. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/portis.d.ts
  405. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/fortmatic.d.ts
  406. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/torus.d.ts
  407. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/venly.d.ts
  408. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/authereum.d.ts
  409. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/burnerconnect.d.ts
  410. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/mewconnect.d.ts
  411. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/dcentwallet.d.ts
  412. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/bitski.d.ts
  413. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/frame.d.ts
  414. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/binancechainwallet.d.ts
  415. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/walletlink.d.ts
  416. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/connectors/index.d.ts
  417. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/injected/index.d.ts
  418. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/providers/index.d.ts
  419. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/providers/index.d.ts
  420. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/themes/index.d.ts
  421. /Users/otavio/Projetos/nest-investment-front/node_modules/web3modal/dist/index.d.ts
  422. /Users/otavio/Projetos/nest-investment-front/node_modules/@walletconnect/http-connection/node_modules/eventemitter3/index.d.ts
  423. /Users/otavio/Projetos/nest-investment-front/node_modules/@walletconnect/http-connection/dist/cjs/index.d.ts
  424. /Users/otavio/Projetos/nest-investment-front/node_modules/@walletconnect/types/index.d.ts
  425. /Users/otavio/Projetos/nest-investment-front/node_modules/@walletconnect/web3-provider/dist/cjs/index.d.ts
  426. /Users/otavio/Projetos/nest-investment-front/lib/useWallet/web3Modal.ts
  427. /Users/otavio/Projetos/nest-investment-front/lib/useWallet/Singleton.ts
  428. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-bzz/types/index.d.ts
  429. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-core-helpers/types/index.d.ts
  430. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-core-method/types/index.d.ts
  431. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/bn.js/index.d.ts
  432. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-core/types/index.d.ts
  433. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-core-subscriptions/types/index.d.ts
  434. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-utils/node_modules/@types/bn.js/index.d.ts
  435. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-utils/types/index.d.ts
  436. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-eth-abi/types/index.d.ts
  437. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-eth-accounts/types/index.d.ts
  438. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-eth-contract/types/index.d.ts
  439. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-eth-ens/types/index.d.ts
  440. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-eth-iban/types/index.d.ts
  441. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-eth-personal/types/index.d.ts
  442. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-net/types/index.d.ts
  443. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-eth/types/index.d.ts
  444. /Users/otavio/Projetos/nest-investment-front/node_modules/web3-shh/types/index.d.ts
  445. /Users/otavio/Projetos/nest-investment-front/node_modules/web3/types/index.d.ts
  446. /Users/otavio/Projetos/nest-investment-front/node_modules/react-hot-toast/dist/core/types.d.ts
  447. /Users/otavio/Projetos/nest-investment-front/node_modules/react-hot-toast/dist/core/toast.d.ts
  448. /Users/otavio/Projetos/nest-investment-front/node_modules/react-hot-toast/dist/core/use-toaster.d.ts
  449. /Users/otavio/Projetos/nest-investment-front/node_modules/react-hot-toast/dist/components/toast-bar.d.ts
  450. /Users/otavio/Projetos/nest-investment-front/node_modules/goober/goober.d.ts
  451. /Users/otavio/Projetos/nest-investment-front/node_modules/react-hot-toast/dist/components/error.d.ts
  452. /Users/otavio/Projetos/nest-investment-front/node_modules/react-hot-toast/dist/components/loader.d.ts
  453. /Users/otavio/Projetos/nest-investment-front/node_modules/react-hot-toast/dist/components/checkmark.d.ts
  454. /Users/otavio/Projetos/nest-investment-front/node_modules/react-hot-toast/dist/components/toast-icon.d.ts
  455. /Users/otavio/Projetos/nest-investment-front/node_modules/react-hot-toast/dist/components/toaster.d.ts
  456. /Users/otavio/Projetos/nest-investment-front/node_modules/react-hot-toast/dist/core/store.d.ts
  457. /Users/otavio/Projetos/nest-investment-front/node_modules/react-hot-toast/dist/index.d.ts
  458. /Users/otavio/Projetos/nest-investment-front/models/Chain.ts
  459. /Users/otavio/Projetos/nest-investment-front/models/Contract.ts
  460. /Users/otavio/Projetos/nest-investment-front/abi/contracts/Investment.json
  461. /Users/otavio/Projetos/nest-investment-front/abi/contracts/JuniorToken.json
  462. /Users/otavio/Projetos/nest-investment-front/models/JuniorToken.ts
  463. /Users/otavio/Projetos/nest-investment-front/abi/contracts/PendingWithdrawalToken.json
  464. /Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts
  465. /Users/otavio/Projetos/nest-investment-front/abi/contracts/SeniorToken.json
  466. /Users/otavio/Projetos/nest-investment-front/models/SeniorToken.ts
  467. /Users/otavio/Projetos/nest-investment-front/models/Investment.ts
  468. /Users/otavio/Projetos/nest-investment-front/models/AllContracts.ts
  469. /Users/otavio/Projetos/nest-investment-front/lib/useWallet/provider.ts
  470. /Users/otavio/Projetos/nest-investment-front/lib/useWallet/switchToChain.ts
  471. /Users/otavio/Projetos/nest-investment-front/lib/useWallet/DataUpdater.ts
  472. /Users/otavio/Projetos/nest-investment-front/lib/useWallet/Wallet.ts
  473. /Users/otavio/Projetos/nest-investment-front/lib/useWallet.ts
  474. /Users/otavio/Projetos/nest-investment-front/pages/api/hello.ts
  475. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/AccordionContext.d.ts
  476. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/AccordionButton.d.ts
  477. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/react-transition-group/Transition.d.ts
  478. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Collapse.d.ts
  479. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/AccordionCollapse.d.ts
  480. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/AccordionItem.d.ts
  481. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/AccordionHeader.d.ts
  482. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/AccordionBody.d.ts
  483. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Accordion.d.ts
  484. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/CloseButton.d.ts
  485. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/Anchor.d.ts
  486. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Alert.d.ts
  487. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Anchor.d.ts
  488. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Badge.d.ts
  489. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/BreadcrumbItem.d.ts
  490. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Breadcrumb.d.ts
  491. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/Button.d.ts
  492. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Button.d.ts
  493. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ButtonGroup.d.ts
  494. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ButtonToolbar.d.ts
  495. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/CardImg.d.ts
  496. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/CardHeader.d.ts
  497. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Card.d.ts
  498. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/CardGroup.d.ts
  499. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/CarouselItem.d.ts
  500. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Carousel.d.ts
  501. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/DropdownContext.d.ts
  502. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/useClickOutside.d.ts
  503. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/DropdownMenu.d.ts
  504. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/DropdownToggle.d.ts
  505. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/DropdownItem.d.ts
  506. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/Dropdown.d.ts
  507. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/DropdownContext.d.ts
  508. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/DropdownToggle.d.ts
  509. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/DropdownMenu.d.ts
  510. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/DropdownItem.d.ts
  511. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Dropdown.d.ts
  512. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/DropdownButton.d.ts
  513. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Fade.d.ts
  514. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/FormGroup.d.ts
  515. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Feedback.d.ts
  516. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/FormControl.d.ts
  517. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/FormCheckInput.d.ts
  518. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/FormCheckLabel.d.ts
  519. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/FormCheck.d.ts
  520. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/FormLabel.d.ts
  521. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/FormText.d.ts
  522. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/FormRange.d.ts
  523. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/FormSelect.d.ts
  524. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/FloatingLabel.d.ts
  525. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Form.d.ts
  526. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/FormFloating.d.ts
  527. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Container.d.ts
  528. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Image.d.ts
  529. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Figure.d.ts
  530. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/InputGroup.d.ts
  531. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/NavItem.d.ts
  532. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/Nav.d.ts
  533. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ListGroupItem.d.ts
  534. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ListGroup.d.ts
  535. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/ModalManager.d.ts
  536. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/useWaitForDOMRef.d.ts
  537. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/Modal.d.ts
  538. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/AbstractModalHeader.d.ts
  539. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ModalHeader.d.ts
  540. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ModalDialog.d.ts
  541. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Modal.d.ts
  542. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ModalBody.d.ts
  543. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ModalFooter.d.ts
  544. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ModalTitle.d.ts
  545. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/NavLink.d.ts
  546. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Nav.d.ts
  547. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/NavbarBrand.d.ts
  548. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/NavbarCollapse.d.ts
  549. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/OffcanvasHeader.d.ts
  550. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Offcanvas.d.ts
  551. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/NavbarToggle.d.ts
  552. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Navbar.d.ts
  553. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/NavDropdown.d.ts
  554. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/NavItem.d.ts
  555. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/OffcanvasTitle.d.ts
  556. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/OffcanvasBody.d.ts
  557. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/useRootClose.d.ts
  558. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/Overlay.d.ts
  559. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Overlay.d.ts
  560. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/OverlayTrigger.d.ts
  561. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/PageItem.d.ts
  562. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Pagination.d.ts
  563. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Popover.d.ts
  564. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/PopoverHeader.d.ts
  565. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/PopoverBody.d.ts
  566. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ProgressBar.d.ts
  567. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Ratio.d.ts
  568. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Row.d.ts
  569. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Spinner.d.ts
  570. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/SplitButton.d.ts
  571. /Users/otavio/Projetos/nest-investment-front/node_modules/@react-aria/ssr/dist/types.d.ts
  572. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/ssr.d.ts
  573. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/SSRProvider.d.ts
  574. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/createUtilityClasses.d.ts
  575. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Stack.d.ts
  576. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/TabPane.d.ts
  577. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/TabPanel.d.ts
  578. /Users/otavio/Projetos/nest-investment-front/node_modules/@restart/ui/esm/Tabs.d.ts
  579. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/TabContainer.d.ts
  580. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Tab.d.ts
  581. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/TabContent.d.ts
  582. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Table.d.ts
  583. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Tabs.d.ts
  584. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ThemeProvider.d.ts
  585. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ToastHeader.d.ts
  586. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Toast.d.ts
  587. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ToastBody.d.ts
  588. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ToastContainer.d.ts
  589. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ToggleButton.d.ts
  590. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/ToggleButtonGroup.d.ts
  591. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/Tooltip.d.ts
  592. /Users/otavio/Projetos/nest-investment-front/node_modules/react-bootstrap/esm/index.d.ts
  593. /Users/otavio/Projetos/nest-investment-front/components/ui/TableHeader.tsx
  594. /Users/otavio/Projetos/nest-investment-front/components/ui/TableItem.tsx
  595. /Users/otavio/Projetos/nest-investment-front/components/investmentSelection/InvestmentItem.tsx
  596. /Users/otavio/Projetos/nest-investment-front/components/investmentSelection/InvestmentList.tsx
  597. /Users/otavio/Projetos/nest-investment-front/components/investmentSelection/InvestmentTotals.tsx
  598. /Users/otavio/Projetos/nest-investment-front/components/ConnectedArea.tsx
  599. /Users/otavio/Projetos/nest-investment-front/node_modules/@fortawesome/fontawesome-common-types/index.d.ts
  600. /Users/otavio/Projetos/nest-investment-front/node_modules/@fortawesome/free-brands-svg-icons/index.d.ts
  601. /Users/otavio/Projetos/nest-investment-front/node_modules/@fortawesome/fontawesome-svg-core/index.d.ts
  602. /Users/otavio/Projetos/nest-investment-front/node_modules/@fortawesome/react-fontawesome/index.d.ts
  603. /Users/otavio/Projetos/nest-investment-front/components/Footer.tsx
  604. /Users/otavio/Projetos/nest-investment-front/components/Header.tsx
  605. /Users/otavio/Projetos/nest-investment-front/lib/NumberInput.tsx
  606. /Users/otavio/Projetos/nest-investment-front/components/InvestOnJunior.tsx
  607. /Users/otavio/Projetos/nest-investment-front/components/InvestmentArea.tsx
  608. /Users/otavio/Projetos/nest-investment-front/components/NotFound.tsx
  609. /Users/otavio/Projetos/nest-investment-front/components/WrongChain.tsx
  610. /Users/otavio/Projetos/nest-investment-front/components/investmentSelection/ConnectWallet.tsx
  611. /Users/otavio/Projetos/nest-investment-front/components/investmentShow/Agent.tsx
  612. /Users/otavio/Projetos/nest-investment-front/components/investmentShow/Info.tsx
  613. /Users/otavio/Projetos/nest-investment-front/components/investmentShow/Overview.tsx
  614. /Users/otavio/Projetos/nest-investment-front/components/investmentShow/index.tsx
  615. /Users/otavio/Projetos/nest-investment-front/pages/_app.tsx
  616. /Users/otavio/Projetos/nest-investment-front/pages/index.tsx
  617. /Users/otavio/Projetos/nest-investment-front/pages/investment/[id].tsx
  618. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/invariant/index.d.ts
  619. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/json5/index.d.ts
  620. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/pbkdf2/index.d.ts
  621. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/react-transition-group/CSSTransition.d.ts
  622. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/react-transition-group/TransitionGroup.d.ts
  623. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/react-transition-group/SwitchTransition.d.ts
  624. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/react-transition-group/config.d.ts
  625. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/react-transition-group/index.d.ts
  626. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/scheduler/index.d.ts
  627. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/secp256k1/index.d.ts
  628. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/warning/index.d.ts
  629.  
  630.  
  631. node_modules/typescript/lib/lib.es5.d.ts
  632. Library referenced via 'es5' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  633. Library referenced via 'es5' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  634. node_modules/typescript/lib/lib.es2015.d.ts
  635. Library referenced via 'es2015' from file 'node_modules/typescript/lib/lib.es2016.d.ts'
  636. Library referenced via 'es2015' from file 'node_modules/typescript/lib/lib.es2016.d.ts'
  637. node_modules/typescript/lib/lib.es2016.d.ts
  638. Library referenced via 'es2016' from file 'node_modules/typescript/lib/lib.es2017.d.ts'
  639. Library referenced via 'es2016' from file 'node_modules/typescript/lib/lib.es2017.d.ts'
  640. node_modules/typescript/lib/lib.es2017.d.ts
  641. Library referenced via 'es2017' from file 'node_modules/typescript/lib/lib.es2018.d.ts'
  642. Library referenced via 'es2017' from file 'node_modules/typescript/lib/lib.es2018.d.ts'
  643. node_modules/typescript/lib/lib.es2018.d.ts
  644. Library referenced via 'es2018' from file 'node_modules/typescript/lib/lib.es2019.d.ts'
  645. Library referenced via 'es2018' from file 'node_modules/typescript/lib/lib.es2019.d.ts'
  646. node_modules/typescript/lib/lib.es2019.d.ts
  647. Library referenced via 'es2019' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  648. Library referenced via 'es2019' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  649. node_modules/typescript/lib/lib.es2020.d.ts
  650. Library referenced via 'es2020' from file 'node_modules/@types/node/index.d.ts'
  651. Library referenced via 'es2020' from file 'node_modules/typescript/lib/lib.es2021.d.ts'
  652. node_modules/typescript/lib/lib.es2021.d.ts
  653. Library referenced via 'es2021' from file 'node_modules/typescript/lib/lib.es2022.d.ts'
  654. node_modules/typescript/lib/lib.es2022.d.ts
  655. Library referenced via 'es2022' from file 'node_modules/typescript/lib/lib.esnext.d.ts'
  656. node_modules/typescript/lib/lib.esnext.d.ts
  657. Library 'lib.esnext.d.ts' specified in compilerOptions
  658. node_modules/typescript/lib/lib.dom.d.ts
  659. Library 'lib.dom.d.ts' specified in compilerOptions
  660. node_modules/typescript/lib/lib.dom.iterable.d.ts
  661. Library 'lib.dom.iterable.d.ts' specified in compilerOptions
  662. node_modules/typescript/lib/lib.es2015.core.d.ts
  663. Library referenced via 'es2015.core' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  664. Library referenced via 'es2015.core' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  665. node_modules/typescript/lib/lib.es2015.collection.d.ts
  666. Library referenced via 'es2015.collection' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  667. Library referenced via 'es2015.collection' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  668. node_modules/typescript/lib/lib.es2015.generator.d.ts
  669. Library referenced via 'es2015.generator' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  670. Library referenced via 'es2015.generator' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  671. node_modules/typescript/lib/lib.es2015.iterable.d.ts
  672. Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  673. Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2015.generator.d.ts'
  674. Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2018.asynciterable.d.ts'
  675. Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2019.object.d.ts'
  676. Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2020.string.d.ts'
  677. Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts'
  678. Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  679. Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2015.generator.d.ts'
  680. Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2018.asynciterable.d.ts'
  681. Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2019.object.d.ts'
  682. Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2020.string.d.ts'
  683. Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts'
  684. node_modules/typescript/lib/lib.es2015.promise.d.ts
  685. Library referenced via 'es2015.promise' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  686. Library referenced via 'es2015.promise' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  687. node_modules/typescript/lib/lib.es2015.proxy.d.ts
  688. Library referenced via 'es2015.proxy' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  689. Library referenced via 'es2015.proxy' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  690. node_modules/typescript/lib/lib.es2015.reflect.d.ts
  691. Library referenced via 'es2015.reflect' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  692. Library referenced via 'es2015.reflect' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  693. node_modules/typescript/lib/lib.es2015.symbol.d.ts
  694. Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2015.iterable.d.ts'
  695. Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  696. Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts'
  697. Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts'
  698. Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2018.asynciterable.d.ts'
  699. Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts'
  700. Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2015.iterable.d.ts'
  701. Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  702. Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts'
  703. Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts'
  704. Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2018.asynciterable.d.ts'
  705. Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts'
  706. node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts
  707. Library referenced via 'es2015.symbol.wellknown' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  708. Library referenced via 'es2015.symbol.wellknown' from file 'node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts'
  709. Library referenced via 'es2015.symbol.wellknown' from file 'node_modules/typescript/lib/lib.es2015.d.ts'
  710. Library referenced via 'es2015.symbol.wellknown' from file 'node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts'
  711. node_modules/typescript/lib/lib.es2016.array.include.d.ts
  712. Library referenced via 'es2016.array.include' from file 'node_modules/typescript/lib/lib.es2016.d.ts'
  713. Library referenced via 'es2016.array.include' from file 'node_modules/typescript/lib/lib.es2016.d.ts'
  714. node_modules/typescript/lib/lib.es2017.object.d.ts
  715. Library referenced via 'es2017.object' from file 'node_modules/typescript/lib/lib.es2017.d.ts'
  716. Library referenced via 'es2017.object' from file 'node_modules/typescript/lib/lib.es2017.d.ts'
  717. node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts
  718. Library referenced via 'es2017.sharedmemory' from file 'node_modules/typescript/lib/lib.es2017.d.ts'
  719. Library referenced via 'es2017.sharedmemory' from file 'node_modules/typescript/lib/lib.es2017.d.ts'
  720. node_modules/typescript/lib/lib.es2017.string.d.ts
  721. Library referenced via 'es2017.string' from file 'node_modules/typescript/lib/lib.es2017.d.ts'
  722. Library referenced via 'es2017.string' from file 'node_modules/typescript/lib/lib.es2017.d.ts'
  723. node_modules/typescript/lib/lib.es2017.intl.d.ts
  724. Library referenced via 'es2017.intl' from file 'node_modules/typescript/lib/lib.es2017.d.ts'
  725. Library referenced via 'es2017.intl' from file 'node_modules/typescript/lib/lib.es2017.d.ts'
  726. node_modules/typescript/lib/lib.es2017.typedarrays.d.ts
  727. Library referenced via 'es2017.typedarrays' from file 'node_modules/typescript/lib/lib.es2017.d.ts'
  728. Library referenced via 'es2017.typedarrays' from file 'node_modules/typescript/lib/lib.es2017.d.ts'
  729. node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts
  730. Library referenced via 'es2018.asyncgenerator' from file 'node_modules/typescript/lib/lib.es2018.d.ts'
  731. Library referenced via 'es2018.asyncgenerator' from file 'node_modules/typescript/lib/lib.es2018.d.ts'
  732. node_modules/typescript/lib/lib.es2018.asynciterable.d.ts
  733. Library referenced via 'es2018.asynciterable' from file 'node_modules/typescript/lib/lib.es2018.d.ts'
  734. Library referenced via 'es2018.asynciterable' from file 'node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts'
  735. Library referenced via 'esnext.asynciterable' from file 'node_modules/@types/node/index.d.ts'
  736. Library referenced via 'es2018.asynciterable' from file 'node_modules/typescript/lib/lib.es2018.d.ts'
  737. Library referenced via 'es2018.asynciterable' from file 'node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts'
  738. node_modules/typescript/lib/lib.es2018.intl.d.ts
  739. Library referenced via 'es2018.intl' from file 'node_modules/typescript/lib/lib.es2018.d.ts'
  740. Library referenced via 'es2018.intl' from file 'node_modules/typescript/lib/lib.es2018.d.ts'
  741. node_modules/typescript/lib/lib.es2018.promise.d.ts
  742. Library referenced via 'es2018.promise' from file 'node_modules/typescript/lib/lib.es2018.d.ts'
  743. Library referenced via 'es2018.promise' from file 'node_modules/typescript/lib/lib.es2018.d.ts'
  744. node_modules/typescript/lib/lib.es2018.regexp.d.ts
  745. Library referenced via 'es2018.regexp' from file 'node_modules/typescript/lib/lib.es2018.d.ts'
  746. Library referenced via 'es2018.regexp' from file 'node_modules/typescript/lib/lib.es2018.d.ts'
  747. node_modules/typescript/lib/lib.es2019.array.d.ts
  748. Library referenced via 'es2019.array' from file 'node_modules/typescript/lib/lib.es2019.d.ts'
  749. Library referenced via 'es2019.array' from file 'node_modules/typescript/lib/lib.es2019.d.ts'
  750. node_modules/typescript/lib/lib.es2019.object.d.ts
  751. Library referenced via 'es2019.object' from file 'node_modules/typescript/lib/lib.es2019.d.ts'
  752. Library referenced via 'es2019.object' from file 'node_modules/typescript/lib/lib.es2019.d.ts'
  753. node_modules/typescript/lib/lib.es2019.string.d.ts
  754. Library referenced via 'es2019.string' from file 'node_modules/typescript/lib/lib.es2019.d.ts'
  755. Library referenced via 'es2019.string' from file 'node_modules/typescript/lib/lib.es2019.d.ts'
  756. node_modules/typescript/lib/lib.es2019.symbol.d.ts
  757. Library referenced via 'es2019.symbol' from file 'node_modules/typescript/lib/lib.es2019.d.ts'
  758. Library referenced via 'es2019.symbol' from file 'node_modules/typescript/lib/lib.es2019.d.ts'
  759. node_modules/typescript/lib/lib.es2020.bigint.d.ts
  760. Library referenced via 'es2020.bigint' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  761. Library referenced via 'esnext.bigint' from file 'node_modules/@types/node/index.d.ts'
  762. Library referenced via 'es2020.bigint' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  763. node_modules/typescript/lib/lib.es2020.promise.d.ts
  764. Library referenced via 'es2020.promise' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  765. Library referenced via 'es2020.promise' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  766. node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts
  767. Library referenced via 'es2020.sharedmemory' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  768. Library referenced via 'es2020.sharedmemory' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  769. node_modules/typescript/lib/lib.es2020.string.d.ts
  770. Library referenced via 'es2020.string' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  771. Library referenced via 'es2020.string' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  772. node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts
  773. Library referenced via 'es2020.symbol.wellknown' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  774. Library referenced via 'es2020.symbol.wellknown' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  775. node_modules/typescript/lib/lib.es2020.intl.d.ts
  776. Library referenced via 'es2020.intl' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  777. Library referenced via 'es2020.intl' from file 'node_modules/typescript/lib/lib.es2020.d.ts'
  778. node_modules/typescript/lib/lib.es2021.promise.d.ts
  779. Library referenced via 'es2021.promise' from file 'node_modules/typescript/lib/lib.es2021.d.ts'
  780. node_modules/typescript/lib/lib.es2021.string.d.ts
  781. Library referenced via 'es2021.string' from file 'node_modules/typescript/lib/lib.es2021.d.ts'
  782. node_modules/typescript/lib/lib.es2021.weakref.d.ts
  783. Library referenced via 'es2021.weakref' from file 'node_modules/typescript/lib/lib.es2021.d.ts'
  784. node_modules/typescript/lib/lib.es2021.intl.d.ts
  785. Library referenced via 'es2021.intl' from file 'node_modules/typescript/lib/lib.es2021.d.ts'
  786. node_modules/typescript/lib/lib.es2022.array.d.ts
  787. Library referenced via 'es2022.array' from file 'node_modules/typescript/lib/lib.es2022.d.ts'
  788. node_modules/typescript/lib/lib.es2022.error.d.ts
  789. Library referenced via 'es2022.error' from file 'node_modules/typescript/lib/lib.es2022.d.ts'
  790. node_modules/typescript/lib/lib.es2022.object.d.ts
  791. Library referenced via 'es2022.object' from file 'node_modules/typescript/lib/lib.es2022.d.ts'
  792. node_modules/typescript/lib/lib.es2022.string.d.ts
  793. Library referenced via 'es2022.string' from file 'node_modules/typescript/lib/lib.es2022.d.ts'
  794. node_modules/typescript/lib/lib.esnext.intl.d.ts
  795. Library referenced via 'esnext.intl' from file 'node_modules/@types/node/index.d.ts'
  796. Library referenced via 'esnext.intl' from file 'node_modules/typescript/lib/lib.esnext.d.ts'
  797. node_modules/next/dist/shared/lib/amp.d.ts
  798. Imported via './dist/shared/lib/amp' from file 'node_modules/next/amp.d.ts' with packageId 'next/dist/shared/lib/amp.d.ts@12.1.4'
  799. node_modules/next/amp.d.ts
  800. Referenced via './amp.d.ts' from file 'node_modules/next/index.d.ts'
  801. node_modules/@types/react/global.d.ts
  802. Referenced via 'global.d.ts' from file 'node_modules/@types/react/index.d.ts'
  803. node_modules/csstype/index.d.ts
  804. Imported via 'csstype' from file 'node_modules/@types/react/index.d.ts' with packageId 'csstype/index.d.ts@3.0.11'
  805. Imported via 'csstype' from file 'node_modules/goober/goober.d.ts' with packageId 'csstype/index.d.ts@3.0.11'
  806. node_modules/@types/prop-types/index.d.ts
  807. Imported via 'prop-types' from file 'node_modules/@types/react/index.d.ts' with packageId '@types/prop-types/index.d.ts@15.7.4'
  808. Imported via 'prop-types' from file 'node_modules/react-bootstrap/esm/types.d.ts' with packageId '@types/prop-types/index.d.ts@15.7.4'
  809. Imported via "prop-types" from file 'node_modules/web3modal/dist/components/Modal.d.ts' with packageId '@types/prop-types/index.d.ts@15.7.4'
  810. Imported via 'prop-types' from file 'node_modules/react-bootstrap/esm/Image.d.ts' with packageId '@types/prop-types/index.d.ts@15.7.4'
  811. Imported via 'prop-types' from file 'node_modules/react-bootstrap/esm/OverlayTrigger.d.ts' with packageId '@types/prop-types/index.d.ts@15.7.4'
  812. Imported via 'prop-types' from file 'node_modules/react-bootstrap/esm/createUtilityClasses.d.ts' with packageId '@types/prop-types/index.d.ts@15.7.4'
  813. Imported via 'prop-types' from file 'node_modules/react-bootstrap/esm/Tab.d.ts' with packageId '@types/prop-types/index.d.ts@15.7.4'
  814. Imported via 'prop-types' from file 'node_modules/react-bootstrap/esm/TabContainer.d.ts' with packageId '@types/prop-types/index.d.ts@15.7.4'
  815. Imported via 'prop-types' from file 'node_modules/react-bootstrap/esm/Tabs.d.ts' with packageId '@types/prop-types/index.d.ts@15.7.4'
  816. Entry point for implicit type library 'prop-types' with packageId '@types/prop-types/index.d.ts@15.7.4'
  817. node_modules/@types/scheduler/tracing.d.ts
  818. Imported via 'scheduler/tracing' from file 'node_modules/@types/react/index.d.ts' with packageId '@types/scheduler/tracing.d.ts@0.16.2'
  819. node_modules/@types/react/index.d.ts
  820. Imported via 'react' from file 'node_modules/next/dist/pages/_app.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  821. Type library referenced via 'react' from file 'node_modules/next/dist/shared/lib/html-context.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  822. Imported via "react" from file 'node_modules/next/dist/shared/lib/html-context.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  823. Imported via 'react' from file 'node_modules/next/dist/shared/lib/utils.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  824. Imported via 'react' from file 'node_modules/next/dist/shared/lib/router/router.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  825. Imported via 'react' from file 'node_modules/next/dist/client/with-router.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  826. Imported via 'react' from file 'node_modules/next/dist/client/page-loader.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  827. Imported via 'react' from file 'node_modules/next/dist/client/route-loader.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  828. Imported via 'react' from file 'node_modules/@types/react-dom/index.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  829. Imported via 'react' from file 'node_modules/styled-jsx/index.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  830. Imported via 'react' from file 'node_modules/next/types/index.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  831. Imported via 'react' from file 'node_modules/next/dist/server/render.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  832. Imported via 'react' from file 'node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  833. Imported via 'react' from file 'node_modules/next/dist/shared/lib/dynamic.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  834. Imported via 'react' from file 'node_modules/next/dist/pages/_error.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  835. Imported via 'react' from file 'node_modules/next/dist/shared/lib/head.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  836. Imported via 'react' from file 'node_modules/next/dist/client/image.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  837. Imported via 'react' from file 'node_modules/next/dist/client/link.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  838. Imported via 'react' from file 'node_modules/next/dist/client/script.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  839. Imported via 'react' from file 'node_modules/next/dist/client/script.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  840. Imported via 'react' from file 'lib/convertBrl.ts' with packageId '@types/react/index.d.ts@17.0.43'
  841. Imported via 'react' from file 'node_modules/react-bootstrap/esm/helpers.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  842. Imported via 'react' from file 'node_modules/@restart/ui/esm/types.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  843. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Col.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  844. Imported via 'react' from file 'lib/use-async.ts' with packageId '@types/react/index.d.ts@17.0.43'
  845. Imported via "react" from file 'lib/useWallet.ts' with packageId '@types/react/index.d.ts@17.0.43'
  846. Imported via "react" from file 'node_modules/web3modal/dist/components/Modal.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  847. Imported via "react" from file 'lib/useWallet/Singleton.ts' with packageId '@types/react/index.d.ts@17.0.43'
  848. Imported via 'react' from file 'node_modules/react-hot-toast/dist/core/types.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  849. Imported via 'react' from file 'node_modules/react-hot-toast/dist/components/toast-bar.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  850. Imported via 'react' from file 'node_modules/react-hot-toast/dist/components/toast-icon.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  851. Imported via "react" from file 'node_modules/react-hot-toast/dist/components/error.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  852. Imported via "react" from file 'node_modules/react-hot-toast/dist/components/error.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  853. Imported via "react" from file 'node_modules/react-hot-toast/dist/components/loader.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  854. Imported via "react" from file 'node_modules/react-hot-toast/dist/components/loader.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  855. Imported via "react" from file 'node_modules/react-hot-toast/dist/components/checkmark.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  856. Imported via "react" from file 'node_modules/react-hot-toast/dist/components/checkmark.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  857. Imported via 'react' from file 'node_modules/react-hot-toast/dist/components/toaster.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  858. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Accordion.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  859. Imported via 'react' from file 'node_modules/react-bootstrap/esm/AccordionContext.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  860. Imported via 'react' from file 'node_modules/react-bootstrap/esm/AccordionButton.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  861. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Collapse.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  862. Imported via 'react' from file 'node_modules/@types/react-transition-group/Transition.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  863. Imported via 'react' from file 'node_modules/react-bootstrap/esm/AccordionItem.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  864. Imported via 'react' from file 'node_modules/react-bootstrap/esm/AccordionHeader.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  865. Imported via 'react' from file 'node_modules/react-bootstrap/esm/AccordionBody.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  866. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Alert.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  867. Imported via 'react' from file 'node_modules/react-bootstrap/esm/CloseButton.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  868. Imported via 'react' from file 'node_modules/@restart/ui/esm/Anchor.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  869. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Badge.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  870. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Breadcrumb.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  871. Imported via 'react' from file 'node_modules/react-bootstrap/esm/BreadcrumbItem.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  872. Imported via 'react' from file 'node_modules/@restart/ui/esm/Button.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  873. Imported via 'react' from file 'node_modules/react-bootstrap/esm/ButtonGroup.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  874. Imported via 'react' from file 'node_modules/react-bootstrap/esm/ButtonToolbar.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  875. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Card.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  876. Imported via 'react' from file 'node_modules/react-bootstrap/esm/CardImg.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  877. Imported via 'react' from file 'node_modules/react-bootstrap/esm/CardHeader.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  878. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Carousel.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  879. Imported via 'react' from file 'node_modules/react-bootstrap/esm/CarouselItem.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  880. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Dropdown.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  881. Imported via 'react' from file 'node_modules/@restart/ui/esm/Dropdown.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  882. Imported via 'react' from file 'node_modules/@restart/ui/esm/DropdownMenu.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  883. Imported via 'react' from file 'node_modules/@restart/ui/esm/DropdownContext.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  884. Imported via 'react' from file 'node_modules/@restart/ui/esm/DropdownToggle.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  885. Imported via 'react' from file 'node_modules/@restart/ui/esm/DropdownItem.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  886. Imported via 'react' from file 'node_modules/react-bootstrap/esm/DropdownContext.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  887. Imported via 'react' from file 'node_modules/react-bootstrap/esm/DropdownToggle.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  888. Imported via 'react' from file 'node_modules/react-bootstrap/esm/DropdownMenu.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  889. Imported via 'react' from file 'node_modules/react-bootstrap/esm/DropdownButton.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  890. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Fade.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  891. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  892. Imported via 'react' from file 'node_modules/react-bootstrap/esm/FormGroup.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  893. Imported via 'react' from file 'node_modules/react-bootstrap/esm/FormControl.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  894. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Feedback.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  895. Imported via 'react' from file 'node_modules/react-bootstrap/esm/FormCheck.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  896. Imported via 'react' from file 'node_modules/react-bootstrap/esm/FormCheckInput.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  897. Imported via 'react' from file 'node_modules/react-bootstrap/esm/FormCheckLabel.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  898. Imported via 'react' from file 'node_modules/react-bootstrap/esm/FormLabel.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  899. Imported via 'react' from file 'node_modules/react-bootstrap/esm/FormText.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  900. Imported via 'react' from file 'node_modules/react-bootstrap/esm/FormRange.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  901. Imported via 'react' from file 'node_modules/react-bootstrap/esm/FormSelect.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  902. Imported via 'react' from file 'node_modules/react-bootstrap/esm/FloatingLabel.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  903. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Container.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  904. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Image.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  905. Imported via "react" from file 'node_modules/react-bootstrap/esm/Figure.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  906. Imported via "react" from file 'node_modules/react-bootstrap/esm/Figure.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  907. Imported via 'react' from file 'node_modules/react-bootstrap/esm/InputGroup.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  908. Imported via 'react' from file 'node_modules/@restart/ui/esm/Nav.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  909. Imported via 'react' from file 'node_modules/@restart/ui/esm/NavItem.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  910. Imported via 'react' from file 'node_modules/react-bootstrap/esm/ListGroupItem.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  911. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Modal.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  912. Imported via 'react' from file 'node_modules/@restart/ui/esm/Modal.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  913. Imported via 'react' from file 'node_modules/react-bootstrap/esm/ModalHeader.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  914. Imported via 'react' from file 'node_modules/react-bootstrap/esm/AbstractModalHeader.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  915. Imported via 'react' from file 'node_modules/react-bootstrap/esm/ModalDialog.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  916. Imported via "react" from file 'node_modules/react-bootstrap/esm/ModalTitle.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  917. Imported via "react" from file 'node_modules/react-bootstrap/esm/ModalTitle.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  918. Imported via "react" from file 'node_modules/react-bootstrap/esm/ModalTitle.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  919. Imported via "react" from file 'node_modules/react-bootstrap/esm/ModalTitle.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  920. Imported via "react" from file 'node_modules/react-bootstrap/esm/ModalTitle.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  921. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Navbar.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  922. Imported via 'react' from file 'node_modules/react-bootstrap/esm/NavbarBrand.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  923. Imported via 'react' from file 'node_modules/react-bootstrap/esm/NavbarCollapse.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  924. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Offcanvas.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  925. Imported via 'react' from file 'node_modules/react-bootstrap/esm/OffcanvasHeader.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  926. Imported via 'react' from file 'node_modules/react-bootstrap/esm/NavbarToggle.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  927. Imported via 'react' from file 'node_modules/react-bootstrap/esm/NavDropdown.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  928. Imported via "react" from file 'node_modules/react-bootstrap/esm/OffcanvasTitle.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  929. Imported via "react" from file 'node_modules/react-bootstrap/esm/OffcanvasTitle.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  930. Imported via "react" from file 'node_modules/react-bootstrap/esm/OffcanvasTitle.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  931. Imported via "react" from file 'node_modules/react-bootstrap/esm/OffcanvasTitle.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  932. Imported via "react" from file 'node_modules/react-bootstrap/esm/OffcanvasTitle.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  933. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Overlay.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  934. Imported via 'react' from file 'node_modules/@restart/ui/esm/Overlay.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  935. Imported via 'react' from file 'node_modules/react-bootstrap/esm/OverlayTrigger.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  936. Imported via 'react' from file 'node_modules/react-bootstrap/esm/PageItem.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  937. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Pagination.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  938. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Popover.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  939. Imported via 'react' from file 'node_modules/react-bootstrap/esm/ProgressBar.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  940. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Ratio.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  941. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Row.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  942. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Spinner.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  943. Imported via 'react' from file 'node_modules/react-bootstrap/esm/SplitButton.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  944. Imported via "react" from file 'node_modules/@react-aria/ssr/dist/types.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  945. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Stack.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  946. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Tab.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  947. Imported via 'react' from file 'node_modules/react-bootstrap/esm/TabPane.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  948. Imported via 'react' from file 'node_modules/@restart/ui/esm/Tabs.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  949. Imported via 'react' from file 'node_modules/@restart/ui/esm/TabPanel.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  950. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Table.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  951. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Tabs.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  952. Imported via 'react' from file 'node_modules/react-bootstrap/esm/ThemeProvider.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  953. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Toast.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  954. Imported via 'react' from file 'node_modules/react-bootstrap/esm/ToastHeader.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  955. Imported via 'react' from file 'node_modules/react-bootstrap/esm/ToastContainer.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  956. Imported via 'react' from file 'node_modules/react-bootstrap/esm/ToggleButton.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  957. Imported via 'react' from file 'node_modules/react-bootstrap/esm/ToggleButtonGroup.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  958. Imported via 'react' from file 'node_modules/react-bootstrap/esm/Tooltip.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  959. Imported via 'react' from file 'node_modules/@fortawesome/react-fontawesome/index.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  960. Imported via "react" from file 'components/InvestOnJunior.tsx' with packageId '@types/react/index.d.ts@17.0.43'
  961. Imported via "react" from file 'lib/NumberInput.tsx' with packageId '@types/react/index.d.ts@17.0.43'
  962. Imported via 'react' from file 'node_modules/@types/react-transition-group/CSSTransition.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  963. Imported via 'react' from file 'node_modules/@types/react-transition-group/TransitionGroup.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  964. Imported via "react" from file 'node_modules/@types/react-transition-group/SwitchTransition.d.ts' with packageId '@types/react/index.d.ts@17.0.43'
  965. node_modules/@types/node/assert.d.ts
  966. Referenced via 'assert.d.ts' from file 'node_modules/@types/node/index.d.ts'
  967. node_modules/@types/node/assert/strict.d.ts
  968. Referenced via 'assert/strict.d.ts' from file 'node_modules/@types/node/index.d.ts'
  969. node_modules/@types/node/globals.d.ts
  970. Referenced via 'globals.d.ts' from file 'node_modules/@types/node/index.d.ts'
  971. node_modules/@types/node/async_hooks.d.ts
  972. Referenced via 'async_hooks.d.ts' from file 'node_modules/@types/node/index.d.ts'
  973. node_modules/@types/node/buffer.d.ts
  974. Referenced via 'buffer.d.ts' from file 'node_modules/@types/node/index.d.ts'
  975. node_modules/@types/node/child_process.d.ts
  976. Referenced via 'child_process.d.ts' from file 'node_modules/@types/node/index.d.ts'
  977. node_modules/@types/node/cluster.d.ts
  978. Referenced via 'cluster.d.ts' from file 'node_modules/@types/node/index.d.ts'
  979. node_modules/@types/node/console.d.ts
  980. Referenced via 'console.d.ts' from file 'node_modules/@types/node/index.d.ts'
  981. node_modules/@types/node/constants.d.ts
  982. Referenced via 'constants.d.ts' from file 'node_modules/@types/node/index.d.ts'
  983. node_modules/@types/node/crypto.d.ts
  984. Referenced via 'crypto.d.ts' from file 'node_modules/@types/node/index.d.ts'
  985. node_modules/@types/node/dgram.d.ts
  986. Referenced via 'dgram.d.ts' from file 'node_modules/@types/node/index.d.ts'
  987. node_modules/@types/node/diagnostics_channel.d.ts
  988. Referenced via 'diagnostics_channel.d.ts' from file 'node_modules/@types/node/index.d.ts'
  989. node_modules/@types/node/dns.d.ts
  990. Referenced via 'dns.d.ts' from file 'node_modules/@types/node/index.d.ts'
  991. node_modules/@types/node/dns/promises.d.ts
  992. Referenced via 'dns/promises.d.ts' from file 'node_modules/@types/node/index.d.ts'
  993. Referenced via 'dns/promises.d.ts' from file 'node_modules/@types/node/index.d.ts'
  994. node_modules/@types/node/domain.d.ts
  995. Referenced via 'domain.d.ts' from file 'node_modules/@types/node/index.d.ts'
  996. node_modules/@types/node/events.d.ts
  997. Referenced via 'events.d.ts' from file 'node_modules/@types/node/index.d.ts'
  998. node_modules/@types/node/fs.d.ts
  999. Referenced via 'fs.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1000. node_modules/@types/node/fs/promises.d.ts
  1001. Referenced via 'fs/promises.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1002. node_modules/@types/node/http.d.ts
  1003. Referenced via 'http.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1004. node_modules/@types/node/http2.d.ts
  1005. Referenced via 'http2.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1006. node_modules/@types/node/https.d.ts
  1007. Referenced via 'https.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1008. node_modules/@types/node/inspector.d.ts
  1009. Referenced via 'inspector.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1010. node_modules/@types/node/module.d.ts
  1011. Referenced via 'module.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1012. node_modules/@types/node/net.d.ts
  1013. Referenced via 'net.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1014. node_modules/@types/node/os.d.ts
  1015. Referenced via 'os.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1016. node_modules/@types/node/path.d.ts
  1017. Referenced via 'path.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1018. node_modules/@types/node/perf_hooks.d.ts
  1019. Referenced via 'perf_hooks.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1020. node_modules/@types/node/process.d.ts
  1021. Referenced via 'process.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1022. node_modules/@types/node/punycode.d.ts
  1023. Referenced via 'punycode.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1024. node_modules/@types/node/querystring.d.ts
  1025. Referenced via 'querystring.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1026. node_modules/@types/node/readline.d.ts
  1027. Referenced via 'readline.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1028. node_modules/@types/node/repl.d.ts
  1029. Referenced via 'repl.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1030. node_modules/@types/node/stream.d.ts
  1031. Referenced via 'stream.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1032. node_modules/@types/node/stream/promises.d.ts
  1033. Referenced via 'stream/promises.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1034. node_modules/@types/node/stream/consumers.d.ts
  1035. Referenced via 'stream/consumers.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1036. node_modules/@types/node/stream/web.d.ts
  1037. Referenced via 'stream/web.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1038. node_modules/@types/node/string_decoder.d.ts
  1039. Referenced via 'string_decoder.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1040. node_modules/@types/node/timers.d.ts
  1041. Referenced via 'timers.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1042. node_modules/@types/node/timers/promises.d.ts
  1043. Referenced via 'timers/promises.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1044. node_modules/@types/node/tls.d.ts
  1045. Referenced via 'tls.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1046. node_modules/@types/node/trace_events.d.ts
  1047. Referenced via 'trace_events.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1048. node_modules/@types/node/tty.d.ts
  1049. Referenced via 'tty.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1050. node_modules/@types/node/url.d.ts
  1051. Referenced via 'url.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1052. node_modules/@types/node/util.d.ts
  1053. Referenced via 'util.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1054. node_modules/@types/node/v8.d.ts
  1055. Referenced via 'v8.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1056. node_modules/@types/node/vm.d.ts
  1057. Referenced via 'vm.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1058. node_modules/@types/node/wasi.d.ts
  1059. Referenced via 'wasi.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1060. node_modules/@types/node/worker_threads.d.ts
  1061. Referenced via 'worker_threads.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1062. node_modules/@types/node/zlib.d.ts
  1063. Referenced via 'zlib.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1064. node_modules/@types/node/globals.global.d.ts
  1065. Referenced via 'globals.global.d.ts' from file 'node_modules/@types/node/index.d.ts'
  1066. node_modules/@types/node/index.d.ts
  1067. Type library referenced via 'node' from file 'node_modules/next/dist/shared/lib/utils.d.ts' with packageId '@types/node/index.d.ts@17.0.23'
  1068. node_modules/next/dist/server/get-page-files.d.ts
  1069. Imported via '../../server/get-page-files' from file 'node_modules/next/dist/shared/lib/html-context.d.ts' with packageId 'next/dist/server/get-page-files.d.ts@12.1.4'
  1070. Imported via './get-page-files' from file 'node_modules/next/dist/server/load-components.d.ts' with packageId 'next/dist/server/get-page-files.d.ts@12.1.4'
  1071. node_modules/next/dist/shared/lib/html-context.d.ts
  1072. Imported via './html-context' from file 'node_modules/next/dist/shared/lib/utils.d.ts' with packageId 'next/dist/shared/lib/html-context.d.ts@12.1.4'
  1073. Imported via '../shared/lib/html-context' from file 'node_modules/next/dist/pages/_document.d.ts' with packageId 'next/dist/shared/lib/html-context.d.ts@12.1.4'
  1074. Imported via '../shared/lib/html-context' from file 'node_modules/next/dist/pages/_document.d.ts' with packageId 'next/dist/shared/lib/html-context.d.ts@12.1.4'
  1075. node_modules/next/dist/compiled/webpack/webpack.d.ts
  1076. Imported via 'next/dist/compiled/webpack/webpack' from file 'node_modules/next/dist/server/config-shared.d.ts' with packageId 'next/dist/compiled/webpack/webpack.d.ts@12.1.4'
  1077. 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/webpack.d.ts@12.1.4'
  1078. 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/webpack.d.ts@12.1.4'
  1079. node_modules/next/dist/lib/load-custom-routes.d.ts
  1080. Imported via '../lib/load-custom-routes' from file 'node_modules/next/dist/server/config-shared.d.ts' with packageId 'next/dist/lib/load-custom-routes.d.ts@12.1.4'
  1081. Imported via '../../lib/load-custom-routes' from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/lib/load-custom-routes.d.ts@12.1.4'
  1082. Imported via '../lib/load-custom-routes' from file 'node_modules/next/dist/server/router.d.ts' with packageId 'next/dist/lib/load-custom-routes.d.ts@12.1.4'
  1083. Imported via '../lib/load-custom-routes' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/lib/load-custom-routes.d.ts@12.1.4'
  1084. Imported via '../lib/load-custom-routes' from file 'node_modules/next/dist/server/server-route-utils.d.ts' with packageId 'next/dist/lib/load-custom-routes.d.ts@12.1.4'
  1085. node_modules/next/dist/shared/lib/image-config.d.ts
  1086. Imported via '../shared/lib/image-config' from file 'node_modules/next/dist/server/config-shared.d.ts' with packageId 'next/dist/shared/lib/image-config.d.ts@12.1.4'
  1087. Imported via '../shared/lib/image-config' from file 'node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/shared/lib/image-config.d.ts@12.1.4'
  1088. Imported via '../shared/lib/image-config' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/shared/lib/image-config.d.ts@12.1.4'
  1089. Imported via '../shared/lib/image-config' from file 'node_modules/next/dist/client/image.d.ts' with packageId 'next/dist/shared/lib/image-config.d.ts@12.1.4'
  1090. node_modules/next/dist/server/config-shared.d.ts
  1091. Imported via './config-shared' from file 'node_modules/next/dist/server/config.d.ts' with packageId 'next/dist/server/config-shared.d.ts@12.1.4'
  1092. Imported via './config-shared' from file 'node_modules/next/dist/server/config.d.ts' with packageId 'next/dist/server/config-shared.d.ts@12.1.4'
  1093. Imported via '../config-shared' from file 'node_modules/next/dist/server/base-http/index.d.ts' with packageId 'next/dist/server/config-shared.d.ts@12.1.4'
  1094. Imported via '../config-shared' from file 'node_modules/next/dist/server/web/types.d.ts' with packageId 'next/dist/server/config-shared.d.ts@12.1.4'
  1095. Imported via '../../config-shared' from file 'node_modules/next/dist/server/web/spec-extension/request.d.ts' with packageId 'next/dist/server/config-shared.d.ts@12.1.4'
  1096. Imported via '../config-shared' from file 'node_modules/next/dist/server/web/next-url.d.ts' with packageId 'next/dist/server/config-shared.d.ts@12.1.4'
  1097. Imported via '../../config-shared' from file 'node_modules/next/dist/server/web/spec-extension/response.d.ts' with packageId 'next/dist/server/config-shared.d.ts@12.1.4'
  1098. 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/config-shared.d.ts@12.1.4'
  1099. Imported via './config-shared' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/config-shared.d.ts@12.1.4'
  1100. Imported via './config-shared' from file 'node_modules/next/dist/server/image-optimizer.d.ts' with packageId 'next/dist/server/config-shared.d.ts@12.1.4'
  1101. Imported via '../config-shared' from file 'node_modules/next/dist/server/dev/static-paths-worker.d.ts' with packageId 'next/dist/server/config-shared.d.ts@12.1.4'
  1102. node_modules/next/dist/server/config.d.ts
  1103. Imported via '../../server/config' from file 'node_modules/next/dist/shared/lib/utils.d.ts' with packageId 'next/dist/server/config.d.ts@12.1.4'
  1104. Imported via '../server/config' from file 'node_modules/next/dist/lib/load-custom-routes.d.ts' with packageId 'next/dist/server/config.d.ts@12.1.4'
  1105. Imported via '../../../server/config' from file 'node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/server/config.d.ts@12.1.4'
  1106. Imported via './config' from file 'node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/server/config.d.ts@12.1.4'
  1107. Imported via './config' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/config.d.ts@12.1.4'
  1108. Imported via '../dist/server/config' from file 'node_modules/next/types/index.d.ts' with packageId 'next/dist/server/config.d.ts@12.1.4'
  1109. node_modules/@next/env/types/index.d.ts
  1110. Imported via '@next/env' from file 'node_modules/next/dist/shared/lib/utils.d.ts' with packageId '@next/env/types/index.d.ts@12.1.4'
  1111. node_modules/next/dist/shared/lib/mitt.d.ts
  1112. Imported via '../mitt' from file 'node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/shared/lib/mitt.d.ts@12.1.4'
  1113. node_modules/next/dist/client/with-router.d.ts
  1114. Imported via './with-router' from file 'node_modules/next/dist/client/router.d.ts' with packageId 'next/dist/client/with-router.d.ts@12.1.4'
  1115. node_modules/next/dist/client/router.d.ts
  1116. Imported via '../../../client/router' from file 'node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/client/router.d.ts@12.1.4'
  1117. Imported via './router' from file 'node_modules/next/dist/client/with-router.d.ts' with packageId 'next/dist/client/router.d.ts@12.1.4'
  1118. Imported via '../client/router' from file 'node_modules/next/dist/pages/_app.d.ts' with packageId 'next/dist/client/router.d.ts@12.1.4'
  1119. Imported via './dist/client/router' from file 'node_modules/next/router.d.ts' with packageId 'next/dist/client/router.d.ts@12.1.4'
  1120. Imported via './dist/client/router' from file 'node_modules/next/router.d.ts' with packageId 'next/dist/client/router.d.ts@12.1.4'
  1121. node_modules/next/dist/client/route-loader.d.ts
  1122. Imported via './route-loader' from file 'node_modules/next/dist/client/page-loader.d.ts' with packageId 'next/dist/client/route-loader.d.ts@12.1.4'
  1123. node_modules/next/dist/client/page-loader.d.ts
  1124. Imported via '../../../client/page-loader' from file 'node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/client/page-loader.d.ts@12.1.4'
  1125. Imported via '../../../client/page-loader' from file 'node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/client/page-loader.d.ts@12.1.4'
  1126. Imported via "../../../client/page-loader" from file 'node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/client/page-loader.d.ts@12.1.4'
  1127. node_modules/next/dist/shared/lib/router/utils/parse-relative-url.d.ts
  1128. 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/parse-relative-url.d.ts@12.1.4'
  1129. node_modules/next/dist/shared/lib/router/router.d.ts
  1130. Imported via './router/router' from file 'node_modules/next/dist/shared/lib/utils.d.ts' with packageId 'next/dist/shared/lib/router/router.d.ts@12.1.4'
  1131. Imported via '../shared/lib/router/router' from file 'node_modules/next/dist/client/router.d.ts' with packageId 'next/dist/shared/lib/router/router.d.ts@12.1.4'
  1132. Imported via '../shared/lib/router/router' from file 'node_modules/next/dist/client/router.d.ts' with packageId 'next/dist/shared/lib/router/router.d.ts@12.1.4'
  1133. node_modules/@types/react-dom/index.d.ts
  1134. Type library referenced via 'react-dom' from file 'node_modules/next/types/index.d.ts' with packageId '@types/react-dom/index.d.ts@17.0.14'
  1135. node_modules/styled-jsx/index.d.ts
  1136. Type library referenced via 'styled-jsx' from file 'node_modules/next/types/index.d.ts' with packageId 'styled-jsx/index.d.ts@5.0.1'
  1137. node_modules/next/dist/server/base-http/index.d.ts
  1138. Imported via '../base-http' from file 'node_modules/next/dist/server/api-utils/index.d.ts'
  1139. Imported via './base-http' from file 'node_modules/next/dist/server/router.d.ts'
  1140. Imported via './base-http' from file 'node_modules/next/dist/server/request-meta.d.ts'
  1141. Imported via './base-http' from file 'node_modules/next/dist/server/next-server.d.ts'
  1142. Imported via '../base-http' from file 'node_modules/next/dist/server/send-payload/revalidate-headers.d.ts'
  1143. Imported via './index' from file 'node_modules/next/dist/server/base-http/node.d.ts' with packageId 'next/dist/server/base-http/index.d.ts@12.1.4'
  1144. Imported via './base-http' from file 'node_modules/next/dist/server/base-server.d.ts'
  1145. Imported via './base-http' from file 'node_modules/next/dist/server/server-route-utils.d.ts'
  1146. Imported via '../base-http' from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts'
  1147. node_modules/next/dist/server/api-utils/index.d.ts
  1148. Imported via '../dist/server/api-utils' from file 'node_modules/next/types/index.d.ts'
  1149. Imported via '../api-utils' from file 'node_modules/next/dist/server/base-http/index.d.ts'
  1150. Imported via '../api-utils' from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts'
  1151. Imported via '../server/api-utils' from file 'node_modules/next/dist/build/index.d.ts'
  1152. Imported via '../api-utils' from file 'node_modules/next/dist/server/base-http/node.d.ts'
  1153. Imported via './api-utils' from file 'node_modules/next/dist/server/render.d.ts'
  1154. Imported via './api-utils' from file 'node_modules/next/dist/server/base-server.d.ts'
  1155. node_modules/next/dist/shared/lib/i18n/normalize-locale-path.d.ts
  1156. 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/normalize-locale-path.d.ts@12.1.4'
  1157. 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/normalize-locale-path.d.ts@12.1.4'
  1158. node_modules/next/dist/server/web/next-url.d.ts
  1159. Imported via '../next-url' from file 'node_modules/next/dist/server/web/spec-extension/request.d.ts' with packageId 'next/dist/server/web/next-url.d.ts@12.1.4'
  1160. Imported via '../next-url' from file 'node_modules/next/dist/server/web/spec-extension/response.d.ts' with packageId 'next/dist/server/web/next-url.d.ts@12.1.4'
  1161. node_modules/next/dist/server/web/spec-extension/request.d.ts
  1162. 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/request.d.ts@12.1.4'
  1163. 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/request.d.ts@12.1.4'
  1164. 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/request.d.ts@12.1.4'
  1165. node_modules/next/dist/server/web/spec-compliant/fetch-event.d.ts
  1166. 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/fetch-event.d.ts@12.1.4'
  1167. node_modules/next/dist/server/web/spec-extension/fetch-event.d.ts
  1168. 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/fetch-event.d.ts@12.1.4'
  1169. 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/fetch-event.d.ts@12.1.4'
  1170. node_modules/next/dist/server/web/spec-extension/response.d.ts
  1171. Imported via './spec-extension/response' from file 'node_modules/next/dist/server/web/types.d.ts' with packageId 'next/dist/server/web/spec-extension/response.d.ts@12.1.4'
  1172. 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/response.d.ts@12.1.4'
  1173. node_modules/next/dist/server/web/types.d.ts
  1174. Imported via '../web/types' from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/web/types.d.ts@12.1.4'
  1175. Imported via '../types' from file 'node_modules/next/dist/server/web/spec-extension/request.d.ts' with packageId 'next/dist/server/web/types.d.ts@12.1.4'
  1176. Imported via '../types' from file 'node_modules/next/dist/server/web/spec-extension/response.d.ts' with packageId 'next/dist/server/web/types.d.ts@12.1.4'
  1177. Imported via './web/types' from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/web/types.d.ts@12.1.4'
  1178. Imported via 'next/dist/server/web/types' from file 'node_modules/next/server.d.ts' with packageId 'next/dist/server/web/types.d.ts@12.1.4'
  1179. node_modules/next/dist/server/request-meta.d.ts
  1180. Imported via './request-meta' from file 'node_modules/next/dist/server/router.d.ts' with packageId 'next/dist/server/request-meta.d.ts@12.1.4'
  1181. Imported via './request-meta' from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/request-meta.d.ts@12.1.4'
  1182. Imported via '../request-meta' from file 'node_modules/next/dist/server/base-http/node.d.ts' with packageId 'next/dist/server/request-meta.d.ts@12.1.4'
  1183. Imported via './request-meta' from file 'node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/server/request-meta.d.ts@12.1.4'
  1184. Imported via './request-meta' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/request-meta.d.ts@12.1.4'
  1185. Imported via './request-meta' from file 'node_modules/next/dist/server/image-optimizer.d.ts' with packageId 'next/dist/server/request-meta.d.ts@12.1.4'
  1186. Imported via './request-meta' from file 'node_modules/next/dist/server/next.d.ts' with packageId 'next/dist/server/request-meta.d.ts@12.1.4'
  1187. node_modules/next/dist/server/router.d.ts
  1188. Imported via './router' from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/router.d.ts@12.1.4'
  1189. Imported via './router' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/router.d.ts@12.1.4'
  1190. Imported via './router' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/router.d.ts@12.1.4'
  1191. Imported via './router' from file 'node_modules/next/dist/server/server-route-utils.d.ts' with packageId 'next/dist/server/router.d.ts@12.1.4'
  1192. Imported via '../router' from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/router.d.ts@12.1.4'
  1193. Imported via "../router" from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/router.d.ts@12.1.4'
  1194. Imported via "../router" from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/router.d.ts@12.1.4'
  1195. Imported via "../router" from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/router.d.ts@12.1.4'
  1196. Imported via "../router" from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/router.d.ts@12.1.4'
  1197. Imported via "../router" from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/router.d.ts@12.1.4'
  1198. Imported via "../router" from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/router.d.ts@12.1.4'
  1199. Imported via "../router" from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/router.d.ts@12.1.4'
  1200. Imported via "../router" from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/router.d.ts@12.1.4'
  1201. Imported via "../router" from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/router.d.ts@12.1.4'
  1202. Imported via "../router" from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/router.d.ts@12.1.4'
  1203. Imported via "../router" from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/router.d.ts@12.1.4'
  1204. Imported via "../router" from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/router.d.ts@12.1.4'
  1205. node_modules/next/dist/build/webpack/loaders/next-middleware-wasm-loader.d.ts
  1206. 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/next-middleware-wasm-loader.d.ts@12.1.4'
  1207. 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/next-middleware-wasm-loader.d.ts@12.1.4'
  1208. node_modules/next/dist/build/webpack/plugins/middleware-plugin.d.ts
  1209. 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/middleware-plugin.d.ts@12.1.4'
  1210. 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/middleware-plugin.d.ts@12.1.4'
  1211. node_modules/next/dist/server/render-result.d.ts
  1212. Imported via './render-result' from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/render-result.d.ts@12.1.4'
  1213. Imported via '../render-result' from file 'node_modules/next/dist/server/send-payload/index.d.ts' with packageId 'next/dist/server/render-result.d.ts@12.1.4'
  1214. Imported via './render-result' from file 'node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/server/render-result.d.ts@12.1.4'
  1215. Imported via './render-result' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/render-result.d.ts@12.1.4'
  1216. Imported via './render-result' from file 'node_modules/next/dist/server/response-cache.d.ts' with packageId 'next/dist/server/render-result.d.ts@12.1.4'
  1217. node_modules/next/dist/shared/lib/router/utils/parse-url.d.ts
  1218. 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/parse-url.d.ts@12.1.4'
  1219. 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/parse-url.d.ts@12.1.4'
  1220. node_modules/next/dist/shared/lib/router/utils/parse-next-url.d.ts
  1221. 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/parse-next-url.d.ts@12.1.4'
  1222. 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/parse-next-url.d.ts@12.1.4'
  1223. node_modules/next/dist/build/index.d.ts
  1224. Imported via '../build' from file 'node_modules/next/dist/server/next-server.d.ts'
  1225. Imported via '../build' from file 'node_modules/next/dist/server/base-server.d.ts'
  1226. node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.d.ts
  1227. 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/pages-manifest-plugin.d.ts@12.1.4'
  1228. 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/pages-manifest-plugin.d.ts@12.1.4'
  1229. node_modules/next/dist/server/send-payload/revalidate-headers.d.ts
  1230. Imported via './revalidate-headers' from file 'node_modules/next/dist/server/send-payload/index.d.ts' with packageId 'next/dist/server/send-payload/revalidate-headers.d.ts@12.1.4'
  1231. node_modules/next/dist/server/send-payload/index.d.ts
  1232. Imported via './send-payload' from file 'node_modules/next/dist/server/next-server.d.ts'
  1233. Imported via './index' from file 'node_modules/next/dist/server/send-payload/revalidate-headers.d.ts' with packageId 'next/dist/server/send-payload/index.d.ts@12.1.4'
  1234. Imported via './send-payload' from file 'node_modules/next/dist/server/base-server.d.ts'
  1235. node_modules/next/dist/server/base-http/node.d.ts
  1236. Imported via './base-http/node' from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/base-http/node.d.ts@12.1.4'
  1237. 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/node.d.ts@12.1.4'
  1238. node_modules/next/dist/server/font-utils.d.ts
  1239. Imported via './font-utils' from file 'node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/server/font-utils.d.ts@12.1.4'
  1240. Imported via './font-utils' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/font-utils.d.ts@12.1.4'
  1241. Imported via './font-utils' from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/font-utils.d.ts@12.1.4'
  1242. node_modules/next/dist/server/load-components.d.ts
  1243. Imported via './load-components' from file 'node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/server/load-components.d.ts@12.1.4'
  1244. Imported via './load-components' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/load-components.d.ts@12.1.4'
  1245. Imported via '../load-components' from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/load-components.d.ts@12.1.4'
  1246. node_modules/next/dist/server/render.d.ts
  1247. Imported via './render' from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/render.d.ts@12.1.4'
  1248. Imported via './render' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/render.d.ts@12.1.4'
  1249. node_modules/next/dist/shared/lib/router/utils/route-regex.d.ts
  1250. 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/route-regex.d.ts@12.1.4'
  1251. 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/route-regex.d.ts@12.1.4'
  1252. 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/route-regex.d.ts@12.1.4'
  1253. node_modules/next/dist/shared/lib/router/utils/get-middleware-regex.d.ts
  1254. 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/get-middleware-regex.d.ts@12.1.4'
  1255. node_modules/next/dist/shared/lib/router/utils/route-matcher.d.ts
  1256. 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/route-matcher.d.ts@12.1.4'
  1257. 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/route-matcher.d.ts@12.1.4'
  1258. node_modules/next/dist/shared/lib/router/utils/routing-items.d.ts
  1259. 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/routing-items.d.ts@12.1.4'
  1260. node_modules/next/dist/shared/lib/router/utils/sorted-routes.d.ts
  1261. 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/sorted-routes.d.ts@12.1.4'
  1262. node_modules/next/dist/shared/lib/router/utils/is-dynamic.d.ts
  1263. 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/is-dynamic.d.ts@12.1.4'
  1264. node_modules/next/dist/shared/lib/router/utils/index.d.ts
  1265. Imported via '../shared/lib/router/utils' from file 'node_modules/next/dist/server/base-server.d.ts'
  1266. Imported via '../shared/lib/router/utils' from file 'node_modules/next/dist/server/next-server.d.ts'
  1267. Imported via '../../shared/lib/router/utils' from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts'
  1268. node_modules/next/dist/server/server-route-utils.d.ts
  1269. Imported via './server-route-utils' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/server-route-utils.d.ts@12.1.4'
  1270. node_modules/next/dist/server/base-server.d.ts
  1271. Imported via './base-server' from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/base-server.d.ts@12.1.4'
  1272. Imported via './base-server' from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/base-server.d.ts@12.1.4'
  1273. node_modules/next/dist/server/response-cache.d.ts
  1274. Imported via './response-cache' from file 'node_modules/next/dist/server/image-optimizer.d.ts' with packageId 'next/dist/server/response-cache.d.ts@12.1.4'
  1275. node_modules/next/dist/server/image-optimizer.d.ts
  1276. Imported via './image-optimizer' from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/image-optimizer.d.ts@12.1.4'
  1277. node_modules/next/dist/server/next-server.d.ts
  1278. Imported via '../next-server' from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/next-server.d.ts@12.1.4'
  1279. Imported via '../next-server' from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/next-server.d.ts@12.1.4'
  1280. Imported via '../next-server' from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/next-server.d.ts@12.1.4'
  1281. Imported via './next-server' from file 'node_modules/next/dist/server/next.d.ts' with packageId 'next/dist/server/next-server.d.ts@12.1.4'
  1282. node_modules/next/dist/lib/coalesced-function.d.ts
  1283. Imported via '../../lib/coalesced-function' from file 'node_modules/next/dist/server/dev/static-paths-worker.d.ts' with packageId 'next/dist/lib/coalesced-function.d.ts@12.1.4'
  1284. node_modules/next/dist/server/dev/static-paths-worker.d.ts
  1285. Imported via './static-paths-worker' from file 'node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/dev/static-paths-worker.d.ts@12.1.4'
  1286. node_modules/next/dist/server/dev/next-dev-server.d.ts
  1287. Imported via './dev/next-dev-server' from file 'node_modules/next/dist/server/next.d.ts' with packageId 'next/dist/server/dev/next-dev-server.d.ts@12.1.4'
  1288. node_modules/next/dist/server/next.d.ts
  1289. Imported via '../dist/server/next' from file 'node_modules/next/types/index.d.ts' with packageId 'next/dist/server/next.d.ts@12.1.4'
  1290. node_modules/next/types/index.d.ts
  1291. Imported via 'next/types' from file 'node_modules/next/dist/shared/lib/utils.d.ts' with packageId 'next/types/index.d.ts@12.1.4'
  1292. Imported via 'next/types' from file 'node_modules/next/dist/server/load-components.d.ts' with packageId 'next/types/index.d.ts@12.1.4'
  1293. Imported via 'next/types' from file 'node_modules/next/dist/server/dev/static-paths-worker.d.ts' with packageId 'next/types/index.d.ts@12.1.4'
  1294. Imported via './types' from file 'node_modules/next/index.d.ts'
  1295. Imported via './types' from file 'node_modules/next/index.d.ts'
  1296. node_modules/next/dist/shared/lib/utils.d.ts
  1297. Imported via '../shared/lib/utils' from file 'node_modules/next/dist/pages/_app.d.ts' with packageId 'next/dist/shared/lib/utils.d.ts@12.1.4'
  1298. Imported via './utils' from file 'node_modules/next/dist/shared/lib/html-context.d.ts' with packageId 'next/dist/shared/lib/utils.d.ts@12.1.4'
  1299. Imported via '../shared/lib/utils' from file 'node_modules/next/dist/client/with-router.d.ts' with packageId 'next/dist/shared/lib/utils.d.ts@12.1.4'
  1300. Imported via '../utils' from file 'node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/shared/lib/utils.d.ts@12.1.4'
  1301. Imported via '../dist/shared/lib/utils' from file 'node_modules/next/types/index.d.ts' with packageId 'next/dist/shared/lib/utils.d.ts@12.1.4'
  1302. Imported via '../../shared/lib/utils' from file 'node_modules/next/dist/server/api-utils/index.d.ts' with packageId 'next/dist/shared/lib/utils.d.ts@12.1.4'
  1303. Imported via '../shared/lib/utils' from file 'node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/shared/lib/utils.d.ts@12.1.4'
  1304. Imported via '../shared/lib/utils' from file 'node_modules/next/dist/server/load-components.d.ts' with packageId 'next/dist/shared/lib/utils.d.ts@12.1.4'
  1305. Imported via '../shared/lib/utils' from file 'node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/shared/lib/utils.d.ts@12.1.4'
  1306. Imported via '../shared/lib/utils' from file 'node_modules/next/dist/pages/_document.d.ts' with packageId 'next/dist/shared/lib/utils.d.ts@12.1.4'
  1307. Imported via '../shared/lib/utils' from file 'node_modules/next/dist/pages/_error.d.ts' with packageId 'next/dist/shared/lib/utils.d.ts@12.1.4'
  1308. node_modules/next/dist/pages/_app.d.ts
  1309. Imported via './dist/pages/_app' from file 'node_modules/next/app.d.ts' with packageId 'next/dist/pages/_app.d.ts@12.1.4'
  1310. Imported via './dist/pages/_app' from file 'node_modules/next/app.d.ts' with packageId 'next/dist/pages/_app.d.ts@12.1.4'
  1311. node_modules/next/app.d.ts
  1312. Referenced via './app.d.ts' from file 'node_modules/next/index.d.ts'
  1313. Imported via "next/app" from file 'pages/_app.tsx' with packageId 'next/app.d.ts@12.1.4'
  1314. node_modules/next/dist/shared/lib/runtime-config.d.ts
  1315. Imported via './dist/shared/lib/runtime-config' from file 'node_modules/next/config.d.ts' with packageId 'next/dist/shared/lib/runtime-config.d.ts@12.1.4'
  1316. Imported via './dist/shared/lib/runtime-config' from file 'node_modules/next/config.d.ts' with packageId 'next/dist/shared/lib/runtime-config.d.ts@12.1.4'
  1317. node_modules/next/config.d.ts
  1318. Referenced via './config.d.ts' from file 'node_modules/next/index.d.ts'
  1319. node_modules/next/dist/pages/_document.d.ts
  1320. Imported via './dist/pages/_document' from file 'node_modules/next/document.d.ts' with packageId 'next/dist/pages/_document.d.ts@12.1.4'
  1321. Imported via './dist/pages/_document' from file 'node_modules/next/document.d.ts' with packageId 'next/dist/pages/_document.d.ts@12.1.4'
  1322. node_modules/next/document.d.ts
  1323. Referenced via './document.d.ts' from file 'node_modules/next/index.d.ts'
  1324. node_modules/next/dist/shared/lib/dynamic.d.ts
  1325. Imported via './dist/shared/lib/dynamic' from file 'node_modules/next/dynamic.d.ts' with packageId 'next/dist/shared/lib/dynamic.d.ts@12.1.4'
  1326. Imported via './dist/shared/lib/dynamic' from file 'node_modules/next/dynamic.d.ts' with packageId 'next/dist/shared/lib/dynamic.d.ts@12.1.4'
  1327. node_modules/next/dynamic.d.ts
  1328. Referenced via './dynamic.d.ts' from file 'node_modules/next/index.d.ts'
  1329. node_modules/next/dist/pages/_error.d.ts
  1330. Imported via './dist/pages/_error' from file 'node_modules/next/error.d.ts' with packageId 'next/dist/pages/_error.d.ts@12.1.4'
  1331. Imported via './dist/pages/_error' from file 'node_modules/next/error.d.ts' with packageId 'next/dist/pages/_error.d.ts@12.1.4'
  1332. node_modules/next/error.d.ts
  1333. Referenced via './error.d.ts' from file 'node_modules/next/index.d.ts'
  1334. node_modules/next/dist/shared/lib/head.d.ts
  1335. Imported via './dist/shared/lib/head' from file 'node_modules/next/head.d.ts' with packageId 'next/dist/shared/lib/head.d.ts@12.1.4'
  1336. Imported via './dist/shared/lib/head' from file 'node_modules/next/head.d.ts' with packageId 'next/dist/shared/lib/head.d.ts@12.1.4'
  1337. node_modules/next/head.d.ts
  1338. Referenced via './head.d.ts' from file 'node_modules/next/index.d.ts'
  1339. node_modules/next/dist/client/image.d.ts
  1340. Imported via './dist/client/image' from file 'node_modules/next/image.d.ts' with packageId 'next/dist/client/image.d.ts@12.1.4'
  1341. Imported via './dist/client/image' from file 'node_modules/next/image.d.ts' with packageId 'next/dist/client/image.d.ts@12.1.4'
  1342. Imported via '../dist/client/image' from file 'node_modules/next/image-types/global.d.ts' with packageId 'next/dist/client/image.d.ts@12.1.4'
  1343. Imported via '../dist/client/image' from file 'node_modules/next/image-types/global.d.ts' with packageId 'next/dist/client/image.d.ts@12.1.4'
  1344. Imported via '../dist/client/image' from file 'node_modules/next/image-types/global.d.ts' with packageId 'next/dist/client/image.d.ts@12.1.4'
  1345. Imported via '../dist/client/image' from file 'node_modules/next/image-types/global.d.ts' with packageId 'next/dist/client/image.d.ts@12.1.4'
  1346. Imported via '../dist/client/image' from file 'node_modules/next/image-types/global.d.ts' with packageId 'next/dist/client/image.d.ts@12.1.4'
  1347. Imported via '../dist/client/image' from file 'node_modules/next/image-types/global.d.ts' with packageId 'next/dist/client/image.d.ts@12.1.4'
  1348. Imported via '../dist/client/image' from file 'node_modules/next/image-types/global.d.ts' with packageId 'next/dist/client/image.d.ts@12.1.4'
  1349. Imported via '../dist/client/image' from file 'node_modules/next/image-types/global.d.ts' with packageId 'next/dist/client/image.d.ts@12.1.4'
  1350. node_modules/next/image.d.ts
  1351. Referenced via './image.d.ts' from file 'node_modules/next/index.d.ts'
  1352. node_modules/next/dist/client/link.d.ts
  1353. Imported via './dist/client/link' from file 'node_modules/next/link.d.ts' with packageId 'next/dist/client/link.d.ts@12.1.4'
  1354. Imported via './dist/client/link' from file 'node_modules/next/link.d.ts' with packageId 'next/dist/client/link.d.ts@12.1.4'
  1355. node_modules/next/link.d.ts
  1356. Referenced via './link.d.ts' from file 'node_modules/next/index.d.ts'
  1357. Imported via "next/link" from file 'components/investmentSelection/InvestmentItem.tsx' with packageId 'next/link.d.ts@12.1.4'
  1358. Imported via "next/link" from file 'components/Header.tsx' with packageId 'next/link.d.ts@12.1.4'
  1359. node_modules/next/router.d.ts
  1360. Referenced via './router.d.ts' from file 'node_modules/next/index.d.ts'
  1361. Imported via "next/router" from file 'pages/investment/[id].tsx' with packageId 'next/router.d.ts@12.1.4'
  1362. node_modules/next/dist/client/script.d.ts
  1363. Imported via './dist/client/script' from file 'node_modules/next/script.d.ts' with packageId 'next/dist/client/script.d.ts@12.1.4'
  1364. Imported via './dist/client/script' from file 'node_modules/next/script.d.ts' with packageId 'next/dist/client/script.d.ts@12.1.4'
  1365. node_modules/next/script.d.ts
  1366. Referenced via './script.d.ts' from file 'node_modules/next/index.d.ts'
  1367. node_modules/next/server.d.ts
  1368. Referenced via './server.d.ts' from file 'node_modules/next/index.d.ts'
  1369. node_modules/next/types/global.d.ts
  1370. Type library referenced via './types/global' from file 'node_modules/next/index.d.ts' with packageId 'next/types/global.d.ts@12.1.4'
  1371. node_modules/next/index.d.ts
  1372. Type library referenced via 'next' from file 'next-env.d.ts' with packageId 'next/index.d.ts@12.1.4'
  1373. Imported via 'next' from file 'pages/api/hello.ts' with packageId 'next/index.d.ts@12.1.4'
  1374. node_modules/next/image-types/global.d.ts
  1375. Type library referenced via 'next/image-types/global' from file 'next-env.d.ts' with packageId 'next/image-types/global.d.ts@12.1.4'
  1376. next-env.d.ts
  1377. Matched by include pattern 'next-env.d.ts' in 'tsconfig.json'
  1378. node_modules/bignumber.js/bignumber.d.ts
  1379. Imported via 'bignumber.js' from file 'lib/convertBrl.ts' with packageId 'bignumber.js/bignumber.d.ts@9.0.2'
  1380. Imported via "bignumber.js" from file 'models/Money.tsx' with packageId 'bignumber.js/bignumber.d.ts@9.0.2'
  1381. Imported via 'bignumber.js' from file 'lib/use-async.ts' with packageId 'bignumber.js/bignumber.d.ts@9.0.2'
  1382. Imported via 'bignumber.js' from file 'node_modules/web3-core/types/index.d.ts' with packageId 'bignumber.js/bignumber.d.ts@9.0.2'
  1383. Imported via 'bignumber.js' from file 'node_modules/web3-eth/types/index.d.ts' with packageId 'bignumber.js/bignumber.d.ts@9.0.2'
  1384. Imported via 'bignumber.js' from file 'models/Investment.ts' with packageId 'bignumber.js/bignumber.d.ts@9.0.2'
  1385. Imported via 'bignumber.js' from file 'models/JuniorToken.ts' with packageId 'bignumber.js/bignumber.d.ts@9.0.2'
  1386. Imported via 'bignumber.js' from file 'models/PendingWithdrawalToken.ts' with packageId 'bignumber.js/bignumber.d.ts@9.0.2'
  1387. Imported via 'bignumber.js' from file 'models/SeniorToken.ts' with packageId 'bignumber.js/bignumber.d.ts@9.0.2'
  1388. Imported via "bignumber.js" from file 'models/AllContracts.ts' with packageId 'bignumber.js/bignumber.d.ts@9.0.2'
  1389. Imported via "bignumber.js" from file 'lib/NumberInput.tsx' with packageId 'bignumber.js/bignumber.d.ts@9.0.2'
  1390. node_modules/@restart/ui/esm/types.d.ts
  1391. Imported via '@restart/ui/types' from file 'node_modules/react-bootstrap/esm/helpers.d.ts'
  1392. Imported via '@restart/ui/types' from file 'node_modules/react-bootstrap/esm/Collapse.d.ts'
  1393. Imported via './types' from file 'node_modules/@restart/ui/esm/DropdownItem.d.ts' with packageId '@restart/ui/esm/types.d.ts@1.2.0'
  1394. Imported via './types' from file 'node_modules/@restart/ui/esm/Dropdown.d.ts' with packageId '@restart/ui/esm/types.d.ts@1.2.0'
  1395. Imported via "./types" from file 'node_modules/@restart/ui/esm/Dropdown.d.ts' with packageId '@restart/ui/esm/types.d.ts@1.2.0'
  1396. Imported via "@restart/ui/esm/types" from file 'node_modules/react-bootstrap/esm/Dropdown.d.ts' with packageId '@restart/ui/esm/types.d.ts@1.2.0'
  1397. Imported via '@restart/ui/types' from file 'node_modules/react-bootstrap/esm/Fade.d.ts'
  1398. Imported via './types' from file 'node_modules/@restart/ui/esm/Nav.d.ts' with packageId '@restart/ui/esm/types.d.ts@1.2.0'
  1399. Imported via './types' from file 'node_modules/@restart/ui/esm/NavItem.d.ts' with packageId '@restart/ui/esm/types.d.ts@1.2.0'
  1400. Imported via '@restart/ui/types' from file 'node_modules/react-bootstrap/esm/ListGroup.d.ts'
  1401. Imported via './types' from file 'node_modules/@restart/ui/esm/Modal.d.ts' with packageId '@restart/ui/esm/types.d.ts@1.2.0'
  1402. Imported via '@restart/ui/types' from file 'node_modules/react-bootstrap/esm/Nav.d.ts'
  1403. Imported via '@restart/ui/types' from file 'node_modules/react-bootstrap/esm/Navbar.d.ts'
  1404. Imported via "@restart/ui/esm/types" from file 'node_modules/react-bootstrap/esm/NavDropdown.d.ts' with packageId '@restart/ui/esm/types.d.ts@1.2.0'
  1405. Imported via './types' from file 'node_modules/@restart/ui/esm/Overlay.d.ts' with packageId '@restart/ui/esm/types.d.ts@1.2.0'
  1406. Imported via '@restart/ui/types' from file 'node_modules/react-bootstrap/esm/TabPane.d.ts'
  1407. Imported via './types' from file 'node_modules/@restart/ui/esm/Tabs.d.ts' with packageId '@restart/ui/esm/types.d.ts@1.2.0'
  1408. Imported via './types' from file 'node_modules/@restart/ui/esm/TabPanel.d.ts' with packageId '@restart/ui/esm/types.d.ts@1.2.0'
  1409. Imported via "./types" from file 'node_modules/@restart/ui/esm/Tabs.d.ts' with packageId '@restart/ui/esm/types.d.ts@1.2.0'
  1410. Imported via '@restart/ui/types' from file 'node_modules/react-bootstrap/esm/Toast.d.ts'
  1411. node_modules/react-bootstrap/esm/helpers.d.ts
  1412. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Placeholder.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1413. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Col.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1414. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/PlaceholderButton.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1415. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Accordion.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1416. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/AccordionButton.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1417. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/AccordionCollapse.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1418. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/AccordionItem.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1419. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/AccordionHeader.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1420. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/AccordionBody.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1421. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Alert.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1422. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/Alert.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1423. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/Alert.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1424. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Badge.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1425. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Breadcrumb.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1426. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/BreadcrumbItem.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1427. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Button.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1428. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/ButtonGroup.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1429. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/ButtonToolbar.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1430. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Card.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1431. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/CardImg.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1432. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/CardHeader.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1433. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/CardGroup.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1434. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Carousel.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1435. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/CarouselItem.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1436. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Dropdown.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1437. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/DropdownToggle.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1438. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/DropdownMenu.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1439. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/DropdownItem.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1440. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/DropdownButton.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1441. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1442. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/FormGroup.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1443. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/FormControl.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1444. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Feedback.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1445. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/FormCheck.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1446. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/FormCheckInput.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1447. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/FormCheckLabel.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1448. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/FormLabel.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1449. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/FormText.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1450. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/FormRange.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1451. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/FormSelect.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1452. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/FloatingLabel.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1453. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/FormFloating.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1454. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Container.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1455. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Image.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1456. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/Figure.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1457. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/Figure.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1458. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/InputGroup.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1459. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/ListGroup.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1460. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/ListGroupItem.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1461. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Modal.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1462. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/ModalHeader.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1463. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/ModalDialog.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1464. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/ModalBody.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1465. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/ModalFooter.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1466. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/ModalTitle.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1467. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Nav.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1468. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/NavLink.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1469. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Navbar.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1470. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/NavbarBrand.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1471. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/NavbarCollapse.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1472. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Offcanvas.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1473. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/OffcanvasHeader.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1474. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/NavbarToggle.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1475. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/NavDropdown.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1476. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/NavItem.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1477. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/OffcanvasTitle.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1478. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/OffcanvasBody.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1479. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Overlay.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1480. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/PageItem.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1481. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Pagination.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1482. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/Pagination.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1483. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Popover.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1484. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/Popover.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1485. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/Popover.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1486. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/PopoverHeader.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1487. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/PopoverBody.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1488. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/ProgressBar.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1489. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Ratio.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1490. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Row.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1491. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Spinner.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1492. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/SplitButton.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1493. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Stack.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1494. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/TabPane.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1495. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/TabContainer.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1496. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/Tab.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1497. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/Tab.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1498. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/TabContent.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1499. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Table.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1500. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Tabs.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1501. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Toast.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1502. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/ToastHeader.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1503. Imported via "./helpers" from file 'node_modules/react-bootstrap/esm/ToastBody.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1504. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/ToastContainer.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1505. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/ToggleButtonGroup.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1506. Imported via './helpers' from file 'node_modules/react-bootstrap/esm/Tooltip.d.ts' with packageId 'react-bootstrap/esm/helpers.d.ts@2.2.2'
  1507. node_modules/react-bootstrap/esm/Col.d.ts
  1508. Imported via './Col' from file 'node_modules/react-bootstrap/esm/usePlaceholder.d.ts' with packageId 'react-bootstrap/esm/Col.d.ts@2.2.2'
  1509. Imported via './Col' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Col.d.ts@2.2.2'
  1510. Imported via './Col' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Col.d.ts@2.2.2'
  1511. Imported via './Col' from file 'node_modules/react-bootstrap/esm/FormLabel.d.ts' with packageId 'react-bootstrap/esm/Col.d.ts@2.2.2'
  1512. node_modules/@popperjs/core/lib/enums.d.ts
  1513. Imported via "./enums" from file 'node_modules/@popperjs/core/lib/types.d.ts' with packageId '@popperjs/core/lib/enums.d.ts@2.11.4'
  1514. Imported via "../enums" from file 'node_modules/@popperjs/core/lib/modifiers/flip.d.ts' with packageId '@popperjs/core/lib/enums.d.ts@2.11.4'
  1515. Imported via "../enums" from file 'node_modules/@popperjs/core/lib/modifiers/offset.d.ts' with packageId '@popperjs/core/lib/enums.d.ts@2.11.4'
  1516. Imported via "../enums" from file 'node_modules/@popperjs/core/lib/modifiers/computeStyles.d.ts' with packageId '@popperjs/core/lib/enums.d.ts@2.11.4'
  1517. Imported via "../enums" from file 'node_modules/@popperjs/core/lib/modifiers/arrow.d.ts' with packageId '@popperjs/core/lib/enums.d.ts@2.11.4'
  1518. Imported via "../enums" from file 'node_modules/@popperjs/core/lib/modifiers/preventOverflow.d.ts' with packageId '@popperjs/core/lib/enums.d.ts@2.11.4'
  1519. Imported via "./enums" from file 'node_modules/@popperjs/core/lib/index.d.ts' with packageId '@popperjs/core/lib/enums.d.ts@2.11.4'
  1520. Imported via "../enums" from file 'node_modules/@popperjs/core/lib/utils/detectOverflow.d.ts' with packageId '@popperjs/core/lib/enums.d.ts@2.11.4'
  1521. node_modules/@popperjs/core/lib/modifiers/popperOffsets.d.ts
  1522. Imported via "./modifiers/popperOffsets" from file 'node_modules/@popperjs/core/lib/types.d.ts' with packageId '@popperjs/core/lib/modifiers/popperOffsets.d.ts@2.11.4'
  1523. Imported via "./popperOffsets" from file 'node_modules/@popperjs/core/lib/modifiers/index.d.ts' with packageId '@popperjs/core/lib/modifiers/popperOffsets.d.ts@2.11.4'
  1524. Imported via "./modifiers/popperOffsets" from file 'node_modules/@popperjs/core/lib/popper-lite.d.ts' with packageId '@popperjs/core/lib/modifiers/popperOffsets.d.ts@2.11.4'
  1525. Imported via "./modifiers/popperOffsets" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/modifiers/popperOffsets.d.ts@2.11.4'
  1526. node_modules/@popperjs/core/lib/modifiers/flip.d.ts
  1527. Imported via "./modifiers/flip" from file 'node_modules/@popperjs/core/lib/types.d.ts' with packageId '@popperjs/core/lib/modifiers/flip.d.ts@2.11.4'
  1528. Imported via "./flip" from file 'node_modules/@popperjs/core/lib/modifiers/index.d.ts' with packageId '@popperjs/core/lib/modifiers/flip.d.ts@2.11.4'
  1529. Imported via "./modifiers/flip" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/modifiers/flip.d.ts@2.11.4'
  1530. node_modules/@popperjs/core/lib/modifiers/hide.d.ts
  1531. Imported via "./modifiers/hide" from file 'node_modules/@popperjs/core/lib/types.d.ts' with packageId '@popperjs/core/lib/modifiers/hide.d.ts@2.11.4'
  1532. Imported via "./hide" from file 'node_modules/@popperjs/core/lib/modifiers/index.d.ts' with packageId '@popperjs/core/lib/modifiers/hide.d.ts@2.11.4'
  1533. Imported via "./modifiers/hide" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/modifiers/hide.d.ts@2.11.4'
  1534. node_modules/@popperjs/core/lib/modifiers/offset.d.ts
  1535. Imported via "./modifiers/offset" from file 'node_modules/@popperjs/core/lib/types.d.ts' with packageId '@popperjs/core/lib/modifiers/offset.d.ts@2.11.4'
  1536. Imported via "./offset" from file 'node_modules/@popperjs/core/lib/modifiers/index.d.ts' with packageId '@popperjs/core/lib/modifiers/offset.d.ts@2.11.4'
  1537. Imported via "./modifiers/offset" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/modifiers/offset.d.ts@2.11.4'
  1538. node_modules/@popperjs/core/lib/modifiers/eventListeners.d.ts
  1539. Imported via "./modifiers/eventListeners" from file 'node_modules/@popperjs/core/lib/types.d.ts' with packageId '@popperjs/core/lib/modifiers/eventListeners.d.ts@2.11.4'
  1540. Imported via "./eventListeners" from file 'node_modules/@popperjs/core/lib/modifiers/index.d.ts' with packageId '@popperjs/core/lib/modifiers/eventListeners.d.ts@2.11.4'
  1541. Imported via "./modifiers/eventListeners" from file 'node_modules/@popperjs/core/lib/popper-lite.d.ts' with packageId '@popperjs/core/lib/modifiers/eventListeners.d.ts@2.11.4'
  1542. Imported via "./modifiers/eventListeners" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/modifiers/eventListeners.d.ts@2.11.4'
  1543. node_modules/@popperjs/core/lib/modifiers/computeStyles.d.ts
  1544. Imported via "./modifiers/computeStyles" from file 'node_modules/@popperjs/core/lib/types.d.ts' with packageId '@popperjs/core/lib/modifiers/computeStyles.d.ts@2.11.4'
  1545. Imported via "./computeStyles" from file 'node_modules/@popperjs/core/lib/modifiers/index.d.ts' with packageId '@popperjs/core/lib/modifiers/computeStyles.d.ts@2.11.4'
  1546. Imported via "./modifiers/computeStyles" from file 'node_modules/@popperjs/core/lib/popper-lite.d.ts' with packageId '@popperjs/core/lib/modifiers/computeStyles.d.ts@2.11.4'
  1547. Imported via "./modifiers/computeStyles" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/modifiers/computeStyles.d.ts@2.11.4'
  1548. node_modules/@popperjs/core/lib/modifiers/arrow.d.ts
  1549. Imported via "./modifiers/arrow" from file 'node_modules/@popperjs/core/lib/types.d.ts' with packageId '@popperjs/core/lib/modifiers/arrow.d.ts@2.11.4'
  1550. Imported via "./arrow" from file 'node_modules/@popperjs/core/lib/modifiers/index.d.ts' with packageId '@popperjs/core/lib/modifiers/arrow.d.ts@2.11.4'
  1551. Imported via "./modifiers/arrow" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/modifiers/arrow.d.ts@2.11.4'
  1552. node_modules/@popperjs/core/lib/modifiers/preventOverflow.d.ts
  1553. Imported via "./modifiers/preventOverflow" from file 'node_modules/@popperjs/core/lib/types.d.ts' with packageId '@popperjs/core/lib/modifiers/preventOverflow.d.ts@2.11.4'
  1554. Imported via "./preventOverflow" from file 'node_modules/@popperjs/core/lib/modifiers/index.d.ts' with packageId '@popperjs/core/lib/modifiers/preventOverflow.d.ts@2.11.4'
  1555. Imported via "./modifiers/preventOverflow" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/modifiers/preventOverflow.d.ts@2.11.4'
  1556. node_modules/@popperjs/core/lib/modifiers/applyStyles.d.ts
  1557. Imported via "./modifiers/applyStyles" from file 'node_modules/@popperjs/core/lib/types.d.ts' with packageId '@popperjs/core/lib/modifiers/applyStyles.d.ts@2.11.4'
  1558. Imported via "./applyStyles" from file 'node_modules/@popperjs/core/lib/modifiers/index.d.ts' with packageId '@popperjs/core/lib/modifiers/applyStyles.d.ts@2.11.4'
  1559. Imported via "./modifiers/applyStyles" from file 'node_modules/@popperjs/core/lib/popper-lite.d.ts' with packageId '@popperjs/core/lib/modifiers/applyStyles.d.ts@2.11.4'
  1560. Imported via "./modifiers/applyStyles" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/modifiers/applyStyles.d.ts@2.11.4'
  1561. node_modules/@popperjs/core/lib/types.d.ts
  1562. Imported via "./types" from file 'node_modules/@popperjs/core/lib/index.d.ts' with packageId '@popperjs/core/lib/types.d.ts@2.11.4'
  1563. Imported via "../types" from file 'node_modules/@popperjs/core/lib/modifiers/popperOffsets.d.ts' with packageId '@popperjs/core/lib/types.d.ts@2.11.4'
  1564. Imported via "../types" from file 'node_modules/@popperjs/core/lib/modifiers/flip.d.ts' with packageId '@popperjs/core/lib/types.d.ts@2.11.4'
  1565. Imported via "../types" from file 'node_modules/@popperjs/core/lib/modifiers/hide.d.ts' with packageId '@popperjs/core/lib/types.d.ts@2.11.4'
  1566. Imported via "../types" from file 'node_modules/@popperjs/core/lib/modifiers/offset.d.ts' with packageId '@popperjs/core/lib/types.d.ts@2.11.4'
  1567. Imported via "../types" from file 'node_modules/@popperjs/core/lib/modifiers/eventListeners.d.ts' with packageId '@popperjs/core/lib/types.d.ts@2.11.4'
  1568. Imported via "../types" from file 'node_modules/@popperjs/core/lib/modifiers/computeStyles.d.ts' with packageId '@popperjs/core/lib/types.d.ts@2.11.4'
  1569. Imported via "../types" from file 'node_modules/@popperjs/core/lib/modifiers/arrow.d.ts' with packageId '@popperjs/core/lib/types.d.ts@2.11.4'
  1570. Imported via "../types" from file 'node_modules/@popperjs/core/lib/modifiers/preventOverflow.d.ts' with packageId '@popperjs/core/lib/types.d.ts@2.11.4'
  1571. Imported via "../types" from file 'node_modules/@popperjs/core/lib/modifiers/applyStyles.d.ts' with packageId '@popperjs/core/lib/types.d.ts@2.11.4'
  1572. Imported via "./types" from file 'node_modules/@popperjs/core/lib/createPopper.d.ts' with packageId '@popperjs/core/lib/types.d.ts@2.11.4'
  1573. Imported via "../types" from file 'node_modules/@popperjs/core/lib/utils/detectOverflow.d.ts' with packageId '@popperjs/core/lib/types.d.ts@2.11.4'
  1574. Imported via "./types" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/types.d.ts@2.11.4'
  1575. Imported via "./types" from file 'node_modules/@popperjs/core/lib/popper-lite.d.ts' with packageId '@popperjs/core/lib/types.d.ts@2.11.4'
  1576. Imported via "./types" from file 'node_modules/@popperjs/core/lib/popper-lite.d.ts' with packageId '@popperjs/core/lib/types.d.ts@2.11.4'
  1577. Imported via "./types" from file 'node_modules/@popperjs/core/lib/popper-lite.d.ts' with packageId '@popperjs/core/lib/types.d.ts@2.11.4'
  1578. Imported via "./types" from file 'node_modules/@popperjs/core/lib/popper-lite.d.ts' with packageId '@popperjs/core/lib/types.d.ts@2.11.4'
  1579. Imported via "./types" from file 'node_modules/@popperjs/core/lib/popper-lite.d.ts' with packageId '@popperjs/core/lib/types.d.ts@2.11.4'
  1580. Imported via "./types" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/types.d.ts@2.11.4'
  1581. Imported via "./types" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/types.d.ts@2.11.4'
  1582. Imported via "./types" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/types.d.ts@2.11.4'
  1583. Imported via "./types" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/types.d.ts@2.11.4'
  1584. node_modules/@popperjs/core/lib/modifiers/index.d.ts
  1585. Imported via "./modifiers" from file 'node_modules/@popperjs/core/lib/index.d.ts'
  1586. Imported via "./modifiers" from file 'node_modules/@popperjs/core/lib/popper.d.ts'
  1587. node_modules/@popperjs/core/lib/utils/detectOverflow.d.ts
  1588. Imported via "./utils/detectOverflow" from file 'node_modules/@popperjs/core/lib/createPopper.d.ts' with packageId '@popperjs/core/lib/utils/detectOverflow.d.ts@2.11.4'
  1589. node_modules/@popperjs/core/lib/createPopper.d.ts
  1590. Imported via "./createPopper" from file 'node_modules/@popperjs/core/lib/index.d.ts' with packageId '@popperjs/core/lib/createPopper.d.ts@2.11.4'
  1591. Imported via "./createPopper" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/createPopper.d.ts@2.11.4'
  1592. Imported via "./createPopper" from file 'node_modules/@popperjs/core/lib/popper-lite.d.ts' with packageId '@popperjs/core/lib/createPopper.d.ts@2.11.4'
  1593. node_modules/@popperjs/core/lib/popper-lite.d.ts
  1594. Imported via "./popper-lite" from file 'node_modules/@popperjs/core/lib/popper.d.ts' with packageId '@popperjs/core/lib/popper-lite.d.ts@2.11.4'
  1595. Imported via "./popper-lite" from file 'node_modules/@popperjs/core/lib/index.d.ts' with packageId '@popperjs/core/lib/popper-lite.d.ts@2.11.4'
  1596. node_modules/@popperjs/core/lib/popper.d.ts
  1597. Imported via "./popper" from file 'node_modules/@popperjs/core/lib/index.d.ts' with packageId '@popperjs/core/lib/popper.d.ts@2.11.4'
  1598. node_modules/@popperjs/core/lib/index.d.ts
  1599. Imported via './lib' from file 'node_modules/@popperjs/core/index.d.ts'
  1600. node_modules/@popperjs/core/index.d.ts
  1601. Imported via '@popperjs/core' from file 'node_modules/@restart/ui/esm/usePopper.d.ts' with packageId '@popperjs/core/index.d.ts@2.11.4'
  1602. node_modules/@restart/ui/esm/usePopper.d.ts
  1603. Imported via '@restart/ui/usePopper' from file 'node_modules/react-bootstrap/esm/types.d.ts'
  1604. Imported via './usePopper' from file 'node_modules/@restart/ui/esm/DropdownContext.d.ts' with packageId '@restart/ui/esm/usePopper.d.ts@1.2.0'
  1605. Imported via './usePopper' from file 'node_modules/@restart/ui/esm/DropdownMenu.d.ts' with packageId '@restart/ui/esm/usePopper.d.ts@1.2.0'
  1606. Imported via './usePopper' from file 'node_modules/@restart/ui/esm/Dropdown.d.ts' with packageId '@restart/ui/esm/usePopper.d.ts@1.2.0'
  1607. Imported via './usePopper' from file 'node_modules/@restart/ui/esm/Overlay.d.ts' with packageId '@restart/ui/esm/usePopper.d.ts@1.2.0'
  1608. node_modules/react-bootstrap/esm/types.d.ts
  1609. Imported via './types' from file 'node_modules/react-bootstrap/esm/usePlaceholder.d.ts' with packageId 'react-bootstrap/esm/types.d.ts@2.2.2'
  1610. Imported via './types' from file 'node_modules/react-bootstrap/esm/PlaceholderButton.d.ts' with packageId 'react-bootstrap/esm/types.d.ts@2.2.2'
  1611. Imported via './types' from file 'node_modules/react-bootstrap/esm/Alert.d.ts' with packageId 'react-bootstrap/esm/types.d.ts@2.2.2'
  1612. Imported via './types' from file 'node_modules/react-bootstrap/esm/Badge.d.ts' with packageId 'react-bootstrap/esm/types.d.ts@2.2.2'
  1613. Imported via './types' from file 'node_modules/react-bootstrap/esm/Button.d.ts' with packageId 'react-bootstrap/esm/types.d.ts@2.2.2'
  1614. Imported via './types' from file 'node_modules/react-bootstrap/esm/Card.d.ts' with packageId 'react-bootstrap/esm/types.d.ts@2.2.2'
  1615. Imported via './types' from file 'node_modules/react-bootstrap/esm/DropdownContext.d.ts' with packageId 'react-bootstrap/esm/types.d.ts@2.2.2'
  1616. Imported via './types' from file 'node_modules/react-bootstrap/esm/Dropdown.d.ts' with packageId 'react-bootstrap/esm/types.d.ts@2.2.2'
  1617. Imported via './types' from file 'node_modules/react-bootstrap/esm/DropdownMenu.d.ts' with packageId 'react-bootstrap/esm/types.d.ts@2.2.2'
  1618. Imported via './types' from file 'node_modules/react-bootstrap/esm/ListGroupItem.d.ts' with packageId 'react-bootstrap/esm/types.d.ts@2.2.2'
  1619. Imported via './types' from file 'node_modules/react-bootstrap/esm/Overlay.d.ts' with packageId 'react-bootstrap/esm/types.d.ts@2.2.2'
  1620. Imported via './types' from file 'node_modules/react-bootstrap/esm/Popover.d.ts' with packageId 'react-bootstrap/esm/types.d.ts@2.2.2'
  1621. Imported via './types' from file 'node_modules/react-bootstrap/esm/Spinner.d.ts' with packageId 'react-bootstrap/esm/types.d.ts@2.2.2'
  1622. Imported via './types' from file 'node_modules/react-bootstrap/esm/Stack.d.ts' with packageId 'react-bootstrap/esm/types.d.ts@2.2.2'
  1623. Imported via './types' from file 'node_modules/react-bootstrap/esm/Toast.d.ts' with packageId 'react-bootstrap/esm/types.d.ts@2.2.2'
  1624. Imported via './types' from file 'node_modules/react-bootstrap/esm/Tooltip.d.ts' with packageId 'react-bootstrap/esm/types.d.ts@2.2.2'
  1625. node_modules/react-bootstrap/esm/usePlaceholder.d.ts
  1626. Imported via './usePlaceholder' from file 'node_modules/react-bootstrap/esm/Placeholder.d.ts' with packageId 'react-bootstrap/esm/usePlaceholder.d.ts@2.2.2'
  1627. Imported via './usePlaceholder' from file 'node_modules/react-bootstrap/esm/PlaceholderButton.d.ts' with packageId 'react-bootstrap/esm/usePlaceholder.d.ts@2.2.2'
  1628. node_modules/react-bootstrap/esm/PlaceholderButton.d.ts
  1629. Imported via "./PlaceholderButton" from file 'node_modules/react-bootstrap/esm/Placeholder.d.ts' with packageId 'react-bootstrap/esm/PlaceholderButton.d.ts@2.2.2'
  1630. Imported via './PlaceholderButton' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/PlaceholderButton.d.ts@2.2.2'
  1631. Imported via './PlaceholderButton' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/PlaceholderButton.d.ts@2.2.2'
  1632. node_modules/react-bootstrap/esm/Placeholder.d.ts
  1633. Imported via "react-bootstrap/Placeholder" from file 'models/Money.tsx'
  1634. Imported via './Placeholder' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Placeholder.d.ts@2.2.2'
  1635. Imported via './Placeholder' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Placeholder.d.ts@2.2.2'
  1636. models/Money.tsx
  1637. Imported via '../models/Money' from file 'lib/convertBrl.ts'
  1638. Imported via '../models/Money' from file 'lib/use-async.ts'
  1639. Imported via './Money' from file 'models/Chain.ts'
  1640. Imported via '../models/Money' from file 'models/Contract.ts'
  1641. Imported via './Money' from file 'models/Investment.ts'
  1642. Imported via './Money' from file 'models/JuniorToken.ts'
  1643. Imported via './Money' from file 'models/PendingWithdrawalToken.ts'
  1644. Imported via './Money' from file 'models/SeniorToken.ts'
  1645. Imported via '../../models/Money' from file 'lib/useWallet/Wallet.ts'
  1646. Imported via "../../models/Money" from file 'components/investmentSelection/InvestmentItem.tsx'
  1647. Imported via "../models/Money" from file 'lib/NumberInput.tsx'
  1648. Imported via "../models/Money" from file 'components/InvestOnJunior.tsx'
  1649. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  1650. lib/convertBrl.ts
  1651. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1652. lib/repeater.ts
  1653. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1654. lib/use-async.ts
  1655. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1656. node_modules/web3modal/dist/helpers/local.d.ts
  1657. Imported via "./local" from file 'node_modules/web3modal/dist/helpers/index.d.ts' with packageId 'web3modal/dist/helpers/local.d.ts@1.9.5'
  1658. node_modules/web3modal/dist/helpers/types.d.ts
  1659. Imported via "./types" from file 'node_modules/web3modal/dist/helpers/index.d.ts' with packageId 'web3modal/dist/helpers/types.d.ts@1.9.5'
  1660. Imported via "./types" from file 'node_modules/web3modal/dist/helpers/utils.d.ts' with packageId 'web3modal/dist/helpers/types.d.ts@1.9.5'
  1661. node_modules/web3modal/dist/helpers/utils.d.ts
  1662. Imported via "./utils" from file 'node_modules/web3modal/dist/helpers/index.d.ts' with packageId 'web3modal/dist/helpers/utils.d.ts@1.9.5'
  1663. node_modules/web3modal/dist/helpers/index.d.ts
  1664. Imported via "../helpers" from file 'node_modules/web3modal/dist/core/index.d.ts'
  1665. Imported via "../helpers" from file 'node_modules/web3modal/dist/components/Modal.d.ts'
  1666. Imported via "../helpers" from file 'node_modules/web3modal/dist/components/Provider.d.ts'
  1667. Imported via "../helpers" from file 'node_modules/web3modal/dist/constants/chains.d.ts'
  1668. Imported via "../helpers" from file 'node_modules/web3modal/dist/controllers/events.d.ts'
  1669. Imported via "../helpers" from file 'node_modules/web3modal/dist/controllers/providers.d.ts'
  1670. Imported via "../../helpers" from file 'node_modules/web3modal/dist/providers/connectors/walletconnect.d.ts'
  1671. Imported via "../../helpers" from file 'node_modules/web3modal/dist/providers/connectors/portis.d.ts'
  1672. Imported via "../../helpers" from file 'node_modules/web3modal/dist/providers/connectors/fortmatic.d.ts'
  1673. Imported via "../../helpers" from file 'node_modules/web3modal/dist/providers/connectors/torus.d.ts'
  1674. Imported via "../../helpers" from file 'node_modules/web3modal/dist/providers/connectors/venly.d.ts'
  1675. Imported via "../../helpers" from file 'node_modules/web3modal/dist/providers/connectors/authereum.d.ts'
  1676. Imported via "../../helpers" from file 'node_modules/web3modal/dist/providers/connectors/burnerconnect.d.ts'
  1677. Imported via "../../helpers" from file 'node_modules/web3modal/dist/providers/connectors/mewconnect.d.ts'
  1678. Imported via "../../helpers" from file 'node_modules/web3modal/dist/providers/connectors/dcentwallet.d.ts'
  1679. Imported via "../../helpers" from file 'node_modules/web3modal/dist/providers/connectors/bitski.d.ts'
  1680. Imported via "../../helpers" from file 'node_modules/web3modal/dist/providers/connectors/walletlink.d.ts'
  1681. Imported via "../../helpers" from file 'node_modules/web3modal/dist/providers/injected/index.d.ts'
  1682. Imported via "../../helpers" from file 'node_modules/web3modal/dist/providers/providers/index.d.ts'
  1683. Imported via "./helpers" from file 'node_modules/web3modal/dist/index.d.ts'
  1684. Imported via "../helpers" from file 'node_modules/web3modal/dist/themes/index.d.ts'
  1685. node_modules/web3modal/dist/core/index.d.ts
  1686. Imported via "./core" from file 'node_modules/web3modal/dist/index.d.ts'
  1687. node_modules/web3modal/dist/components/Modal.d.ts
  1688. Imported via "./Modal" from file 'node_modules/web3modal/dist/components/index.d.ts' with packageId 'web3modal/dist/components/Modal.d.ts@1.9.5'
  1689. node_modules/web3modal/dist/components/Provider.d.ts
  1690. Imported via "./Provider" from file 'node_modules/web3modal/dist/components/index.d.ts' with packageId 'web3modal/dist/components/Provider.d.ts@1.9.5'
  1691. node_modules/web3modal/dist/components/index.d.ts
  1692. Imported via "./components" from file 'node_modules/web3modal/dist/index.d.ts'
  1693. node_modules/web3modal/dist/constants/chains.d.ts
  1694. Imported via "./chains" from file 'node_modules/web3modal/dist/constants/index.d.ts' with packageId 'web3modal/dist/constants/chains.d.ts@1.9.5'
  1695. node_modules/web3modal/dist/constants/classNames.d.ts
  1696. Imported via "./classNames" from file 'node_modules/web3modal/dist/constants/index.d.ts' with packageId 'web3modal/dist/constants/classNames.d.ts@1.9.5'
  1697. node_modules/web3modal/dist/constants/events.d.ts
  1698. Imported via "./events" from file 'node_modules/web3modal/dist/constants/index.d.ts' with packageId 'web3modal/dist/constants/events.d.ts@1.9.5'
  1699. node_modules/web3modal/dist/constants/keys.d.ts
  1700. Imported via "./keys" from file 'node_modules/web3modal/dist/constants/index.d.ts' with packageId 'web3modal/dist/constants/keys.d.ts@1.9.5'
  1701. node_modules/web3modal/dist/constants/index.d.ts
  1702. Imported via "./constants" from file 'node_modules/web3modal/dist/index.d.ts'
  1703. node_modules/web3modal/dist/controllers/events.d.ts
  1704. Imported via "./events" from file 'node_modules/web3modal/dist/controllers/index.d.ts' with packageId 'web3modal/dist/controllers/events.d.ts@1.9.5'
  1705. node_modules/web3modal/dist/controllers/providers.d.ts
  1706. Imported via "./providers" from file 'node_modules/web3modal/dist/controllers/index.d.ts' with packageId 'web3modal/dist/controllers/providers.d.ts@1.9.5'
  1707. node_modules/web3modal/dist/controllers/index.d.ts
  1708. Imported via "./controllers" from file 'node_modules/web3modal/dist/index.d.ts'
  1709. node_modules/web3modal/dist/providers/connectors/injected.d.ts
  1710. Imported via "./injected" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/injected.d.ts@1.9.5'
  1711. node_modules/web3modal/dist/providers/connectors/walletconnect.d.ts
  1712. Imported via "./walletconnect" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/walletconnect.d.ts@1.9.5'
  1713. node_modules/web3modal/dist/providers/connectors/portis.d.ts
  1714. Imported via "./portis" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/portis.d.ts@1.9.5'
  1715. node_modules/web3modal/dist/providers/connectors/fortmatic.d.ts
  1716. Imported via "./fortmatic" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/fortmatic.d.ts@1.9.5'
  1717. node_modules/web3modal/dist/providers/connectors/torus.d.ts
  1718. Imported via "./torus" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/torus.d.ts@1.9.5'
  1719. node_modules/web3modal/dist/providers/connectors/venly.d.ts
  1720. Imported via "./venly" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/venly.d.ts@1.9.5'
  1721. node_modules/web3modal/dist/providers/connectors/authereum.d.ts
  1722. Imported via "./authereum" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/authereum.d.ts@1.9.5'
  1723. node_modules/web3modal/dist/providers/connectors/burnerconnect.d.ts
  1724. Imported via "./burnerconnect" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/burnerconnect.d.ts@1.9.5'
  1725. node_modules/web3modal/dist/providers/connectors/mewconnect.d.ts
  1726. Imported via "./mewconnect" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/mewconnect.d.ts@1.9.5'
  1727. node_modules/web3modal/dist/providers/connectors/dcentwallet.d.ts
  1728. Imported via "./dcentwallet" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/dcentwallet.d.ts@1.9.5'
  1729. node_modules/web3modal/dist/providers/connectors/bitski.d.ts
  1730. Imported via "./bitski" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/bitski.d.ts@1.9.5'
  1731. node_modules/web3modal/dist/providers/connectors/frame.d.ts
  1732. Imported via "./frame" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/frame.d.ts@1.9.5'
  1733. node_modules/web3modal/dist/providers/connectors/binancechainwallet.d.ts
  1734. Imported via "./binancechainwallet" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/binancechainwallet.d.ts@1.9.5'
  1735. node_modules/web3modal/dist/providers/connectors/walletlink.d.ts
  1736. Imported via "./walletlink" from file 'node_modules/web3modal/dist/providers/connectors/index.d.ts' with packageId 'web3modal/dist/providers/connectors/walletlink.d.ts@1.9.5'
  1737. node_modules/web3modal/dist/providers/connectors/index.d.ts
  1738. Imported via "./connectors" from file 'node_modules/web3modal/dist/providers/index.d.ts'
  1739. node_modules/web3modal/dist/providers/injected/index.d.ts
  1740. Imported via "./injected" from file 'node_modules/web3modal/dist/providers/index.d.ts'
  1741. Imported via "../injected" from file 'node_modules/web3modal/dist/providers/providers/index.d.ts'
  1742. node_modules/web3modal/dist/providers/providers/index.d.ts
  1743. Imported via "./providers" from file 'node_modules/web3modal/dist/providers/index.d.ts'
  1744. node_modules/web3modal/dist/providers/index.d.ts
  1745. Imported via "./providers" from file 'node_modules/web3modal/dist/index.d.ts'
  1746. node_modules/web3modal/dist/themes/index.d.ts
  1747. Imported via "./themes" from file 'node_modules/web3modal/dist/index.d.ts'
  1748. node_modules/web3modal/dist/index.d.ts
  1749. Imported via "web3modal" from file 'lib/useWallet/web3Modal.ts' with packageId 'web3modal/dist/index.d.ts@1.9.5'
  1750. node_modules/@walletconnect/http-connection/node_modules/eventemitter3/index.d.ts
  1751. Imported via "eventemitter3" from file 'node_modules/@walletconnect/http-connection/dist/cjs/index.d.ts' with packageId 'eventemitter3/index.d.ts@4.0.7'
  1752. node_modules/@walletconnect/http-connection/dist/cjs/index.d.ts
  1753. Imported via "@walletconnect/http-connection" from file 'node_modules/@walletconnect/web3-provider/dist/cjs/index.d.ts' with packageId '@walletconnect/http-connection/dist/cjs/index.d.ts@1.7.7'
  1754. node_modules/@walletconnect/types/index.d.ts
  1755. Imported via "@walletconnect/types" from file 'node_modules/@walletconnect/web3-provider/dist/cjs/index.d.ts' with packageId '@walletconnect/types/index.d.ts@1.7.7'
  1756. Imported via "@walletconnect/types" from file 'node_modules/@walletconnect/web3-provider/dist/cjs/index.d.ts' with packageId '@walletconnect/types/index.d.ts@1.7.7'
  1757. node_modules/@walletconnect/web3-provider/dist/cjs/index.d.ts
  1758. Imported via "@walletconnect/web3-provider" from file 'lib/useWallet/web3Modal.ts' with packageId '@walletconnect/web3-provider/dist/cjs/index.d.ts@1.7.7'
  1759. lib/useWallet/web3Modal.ts
  1760. Imported via './useWallet/web3Modal' from file 'lib/useWallet.ts'
  1761. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1762. lib/useWallet/Singleton.ts
  1763. Imported via './useWallet/Singleton' from file 'lib/useWallet.ts'
  1764. Imported via './Singleton' from file 'lib/useWallet/Wallet.ts'
  1765. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1766. node_modules/web3-bzz/types/index.d.ts
  1767. Imported via 'web3-bzz' from file 'node_modules/web3/types/index.d.ts' with packageId 'web3-bzz/types/index.d.ts@1.7.1'
  1768. node_modules/web3-core-helpers/types/index.d.ts
  1769. Imported via 'web3-core-helpers' from file 'node_modules/web3-core/types/index.d.ts' with packageId 'web3-core-helpers/types/index.d.ts@1.7.1'
  1770. Imported via 'web3-core-helpers' from file 'node_modules/web3-core-method/types/index.d.ts' with packageId 'web3-core-helpers/types/index.d.ts@1.7.1'
  1771. Imported via 'web3-core-helpers' from file 'node_modules/web3-eth-ens/types/index.d.ts' with packageId 'web3-core-helpers/types/index.d.ts@1.7.1'
  1772. node_modules/web3-core-method/types/index.d.ts
  1773. Imported via 'web3-core-method' from file 'node_modules/web3-core/types/index.d.ts' with packageId 'web3-core-method/types/index.d.ts@1.7.1'
  1774. node_modules/@types/bn.js/index.d.ts
  1775. Imported via 'bn.js' from file 'node_modules/web3-core/types/index.d.ts' with packageId '@types/bn.js/index.d.ts@4.11.6'
  1776. Imported via 'bn.js' from file 'node_modules/web3-eth-contract/types/index.d.ts' with packageId '@types/bn.js/index.d.ts@4.11.6'
  1777. Imported via 'bn.js' from file 'node_modules/web3-eth/types/index.d.ts' with packageId '@types/bn.js/index.d.ts@4.11.6'
  1778. Entry point for implicit type library 'bn.js' with packageId '@types/bn.js/index.d.ts@4.11.6'
  1779. node_modules/web3-core/types/index.d.ts
  1780. Imported via 'web3-core' from file 'node_modules/web3/types/index.d.ts' with packageId 'web3-core/types/index.d.ts@1.7.1'
  1781. Imported via 'web3-core' from file 'node_modules/web3-eth/types/index.d.ts' with packageId 'web3-core/types/index.d.ts@1.7.1'
  1782. Imported via 'web3-core' from file 'node_modules/web3-eth-accounts/types/index.d.ts' with packageId 'web3-core/types/index.d.ts@1.7.1'
  1783. Imported via 'web3-core' from file 'node_modules/web3-eth-accounts/types/index.d.ts' with packageId 'web3-core/types/index.d.ts@1.7.1'
  1784. Imported via 'web3-core' from file 'node_modules/web3-eth-contract/types/index.d.ts' with packageId 'web3-core/types/index.d.ts@1.7.1'
  1785. Imported via 'web3-core' from file 'node_modules/web3-eth-ens/types/index.d.ts' with packageId 'web3-core/types/index.d.ts@1.7.1'
  1786. Imported via 'web3-core' from file 'node_modules/web3-eth-personal/types/index.d.ts' with packageId 'web3-core/types/index.d.ts@1.7.1'
  1787. Imported via 'web3-core' from file 'node_modules/web3-net/types/index.d.ts' with packageId 'web3-core/types/index.d.ts@1.7.1'
  1788. Imported via 'web3-core' from file 'node_modules/web3-eth/types/index.d.ts' with packageId 'web3-core/types/index.d.ts@1.7.1'
  1789. Imported via 'web3-core' from file 'node_modules/web3-shh/types/index.d.ts' with packageId 'web3-core/types/index.d.ts@1.7.1'
  1790. Imported via 'web3-core' from file 'lib/useWallet/Wallet.ts' with packageId 'web3-core/types/index.d.ts@1.7.1'
  1791. Imported via 'web3-core' from file 'models/Contract.ts' with packageId 'web3-core/types/index.d.ts@1.7.1'
  1792. node_modules/web3-core-subscriptions/types/index.d.ts
  1793. Imported via 'web3-core-subscriptions' from file 'node_modules/web3-eth/types/index.d.ts' with packageId 'web3-core-subscriptions/types/index.d.ts@1.7.1'
  1794. node_modules/web3-utils/node_modules/@types/bn.js/index.d.ts
  1795. Imported via 'bn.js' from file 'node_modules/web3-utils/types/index.d.ts' with packageId '@types/bn.js/index.d.ts@5.1.0'
  1796. node_modules/web3-utils/types/index.d.ts
  1797. Imported via 'web3-utils' from file 'node_modules/web3-eth-abi/types/index.d.ts' with packageId 'web3-utils/types/index.d.ts@1.7.1'
  1798. Imported via 'web3-utils' from file 'node_modules/web3-eth-contract/types/index.d.ts' with packageId 'web3-utils/types/index.d.ts@1.7.1'
  1799. Imported via 'web3-utils' from file 'node_modules/web3-eth/types/index.d.ts' with packageId 'web3-utils/types/index.d.ts@1.7.1'
  1800. Imported via 'web3-utils' from file 'node_modules/web3/types/index.d.ts' with packageId 'web3-utils/types/index.d.ts@1.7.1'
  1801. Imported via 'web3-utils' from file 'models/Investment.ts' with packageId 'web3-utils/types/index.d.ts@1.7.1'
  1802. Imported via 'web3-utils' from file 'models/Contract.ts' with packageId 'web3-utils/types/index.d.ts@1.7.1'
  1803. Imported via 'web3-utils' from file 'models/JuniorToken.ts' with packageId 'web3-utils/types/index.d.ts@1.7.1'
  1804. Imported via 'web3-utils' from file 'models/PendingWithdrawalToken.ts' with packageId 'web3-utils/types/index.d.ts@1.7.1'
  1805. Imported via 'web3-utils' from file 'models/SeniorToken.ts' with packageId 'web3-utils/types/index.d.ts@1.7.1'
  1806. node_modules/web3-eth-abi/types/index.d.ts
  1807. Imported via 'web3-eth-abi' from file 'node_modules/web3-eth/types/index.d.ts' with packageId 'web3-eth-abi/types/index.d.ts@1.7.1'
  1808. node_modules/web3-eth-accounts/types/index.d.ts
  1809. Imported via 'web3-eth-accounts' from file 'node_modules/web3-eth/types/index.d.ts' with packageId 'web3-eth-accounts/types/index.d.ts@1.7.1'
  1810. node_modules/web3-eth-contract/types/index.d.ts
  1811. Imported via 'web3-eth-contract' from file 'node_modules/web3-eth/types/index.d.ts' with packageId 'web3-eth-contract/types/index.d.ts@1.7.1'
  1812. Imported via 'web3-eth-contract' from file 'node_modules/web3-eth-ens/types/index.d.ts' with packageId 'web3-eth-contract/types/index.d.ts@1.7.1'
  1813. Imported via 'web3-eth-contract' from file 'models/Contract.ts' with packageId 'web3-eth-contract/types/index.d.ts@1.7.1'
  1814. node_modules/web3-eth-ens/types/index.d.ts
  1815. Imported via 'web3-eth-ens' from file 'node_modules/web3-eth/types/index.d.ts' with packageId 'web3-eth-ens/types/index.d.ts@1.7.1'
  1816. node_modules/web3-eth-iban/types/index.d.ts
  1817. Imported via 'web3-eth-iban' from file 'node_modules/web3-eth/types/index.d.ts' with packageId 'web3-eth-iban/types/index.d.ts@1.7.1'
  1818. node_modules/web3-eth-personal/types/index.d.ts
  1819. Imported via 'web3-eth-personal' from file 'node_modules/web3-eth/types/index.d.ts' with packageId 'web3-eth-personal/types/index.d.ts@1.7.1'
  1820. Imported via 'web3-eth-personal' from file 'node_modules/web3/types/index.d.ts' with packageId 'web3-eth-personal/types/index.d.ts@1.7.1'
  1821. node_modules/web3-net/types/index.d.ts
  1822. Imported via 'web3-net' from file 'node_modules/web3-eth/types/index.d.ts' with packageId 'web3-net/types/index.d.ts@1.7.1'
  1823. Imported via 'web3-net' from file 'node_modules/web3/types/index.d.ts' with packageId 'web3-net/types/index.d.ts@1.7.1'
  1824. Imported via 'web3-net' from file 'node_modules/web3-shh/types/index.d.ts' with packageId 'web3-net/types/index.d.ts@1.7.1'
  1825. node_modules/web3-eth/types/index.d.ts
  1826. Imported via 'web3-eth' from file 'node_modules/web3/types/index.d.ts' with packageId 'web3-eth/types/index.d.ts@1.7.1'
  1827. Imported via 'web3-eth' from file 'node_modules/web3-eth-ens/types/index.d.ts' with packageId 'web3-eth/types/index.d.ts@1.7.1'
  1828. Imported via 'web3-eth' from file 'lib/useWallet/Wallet.ts' with packageId 'web3-eth/types/index.d.ts@1.7.1'
  1829. Imported via 'web3-eth' from file 'models/AllContracts.ts' with packageId 'web3-eth/types/index.d.ts@1.7.1'
  1830. Imported via 'web3-eth' from file 'models/Contract.ts' with packageId 'web3-eth/types/index.d.ts@1.7.1'
  1831. Imported via 'web3-eth' from file 'models/Investment.ts' with packageId 'web3-eth/types/index.d.ts@1.7.1'
  1832. Imported via 'web3-eth' from file 'lib/useWallet/provider.ts' with packageId 'web3-eth/types/index.d.ts@1.7.1'
  1833. node_modules/web3-shh/types/index.d.ts
  1834. Imported via 'web3-shh' from file 'node_modules/web3/types/index.d.ts' with packageId 'web3-shh/types/index.d.ts@1.7.1'
  1835. node_modules/web3/types/index.d.ts
  1836. Imported via 'web3' from file 'lib/useWallet/Wallet.ts' with packageId 'web3/types/index.d.ts@1.7.1'
  1837. node_modules/react-hot-toast/dist/core/types.d.ts
  1838. Imported via './types' from file 'node_modules/react-hot-toast/dist/core/toast.d.ts' with packageId 'react-hot-toast/dist/core/types.d.ts@2.2.0'
  1839. Imported via './core/types' from file 'node_modules/react-hot-toast/dist/index.d.ts' with packageId 'react-hot-toast/dist/core/types.d.ts@2.2.0'
  1840. Imported via './types' from file 'node_modules/react-hot-toast/dist/core/use-toaster.d.ts' with packageId 'react-hot-toast/dist/core/types.d.ts@2.2.0'
  1841. Imported via '../core/types' from file 'node_modules/react-hot-toast/dist/components/toast-bar.d.ts' with packageId 'react-hot-toast/dist/core/types.d.ts@2.2.0'
  1842. Imported via '../core/types' from file 'node_modules/react-hot-toast/dist/components/toast-icon.d.ts' with packageId 'react-hot-toast/dist/core/types.d.ts@2.2.0'
  1843. Imported via '../core/types' from file 'node_modules/react-hot-toast/dist/components/toaster.d.ts' with packageId 'react-hot-toast/dist/core/types.d.ts@2.2.0'
  1844. Imported via './types' from file 'node_modules/react-hot-toast/dist/core/store.d.ts' with packageId 'react-hot-toast/dist/core/types.d.ts@2.2.0'
  1845. Imported via './core/types' from file 'node_modules/react-hot-toast/dist/index.d.ts' with packageId 'react-hot-toast/dist/core/types.d.ts@2.2.0'
  1846. node_modules/react-hot-toast/dist/core/toast.d.ts
  1847. Imported via './core/toast' from file 'node_modules/react-hot-toast/dist/index.d.ts' with packageId 'react-hot-toast/dist/core/toast.d.ts@2.2.0'
  1848. node_modules/react-hot-toast/dist/core/use-toaster.d.ts
  1849. Imported via './core/use-toaster' from file 'node_modules/react-hot-toast/dist/index.d.ts' with packageId 'react-hot-toast/dist/core/use-toaster.d.ts@2.2.0'
  1850. node_modules/react-hot-toast/dist/components/toast-bar.d.ts
  1851. Imported via './components/toast-bar' from file 'node_modules/react-hot-toast/dist/index.d.ts' with packageId 'react-hot-toast/dist/components/toast-bar.d.ts@2.2.0'
  1852. node_modules/goober/goober.d.ts
  1853. Imported via "goober" from file 'node_modules/react-hot-toast/dist/components/error.d.ts' with packageId 'goober/goober.d.ts@2.1.8'
  1854. Imported via "goober" from file 'node_modules/react-hot-toast/dist/components/error.d.ts' with packageId 'goober/goober.d.ts@2.1.8'
  1855. Imported via "goober" from file 'node_modules/react-hot-toast/dist/components/loader.d.ts' with packageId 'goober/goober.d.ts@2.1.8'
  1856. Imported via "goober" from file 'node_modules/react-hot-toast/dist/components/loader.d.ts' with packageId 'goober/goober.d.ts@2.1.8'
  1857. Imported via "goober" from file 'node_modules/react-hot-toast/dist/components/checkmark.d.ts' with packageId 'goober/goober.d.ts@2.1.8'
  1858. Imported via "goober" from file 'node_modules/react-hot-toast/dist/components/checkmark.d.ts' with packageId 'goober/goober.d.ts@2.1.8'
  1859. Imported via "goober" from file 'node_modules/react-hot-toast/dist/components/toast-icon.d.ts' with packageId 'goober/goober.d.ts@2.1.8'
  1860. Imported via "goober" from file 'node_modules/react-hot-toast/dist/components/toast-icon.d.ts' with packageId 'goober/goober.d.ts@2.1.8'
  1861. node_modules/react-hot-toast/dist/components/error.d.ts
  1862. Imported via './error' from file 'node_modules/react-hot-toast/dist/components/toast-icon.d.ts' with packageId 'react-hot-toast/dist/components/error.d.ts@2.2.0'
  1863. Imported via './components/error' from file 'node_modules/react-hot-toast/dist/index.d.ts' with packageId 'react-hot-toast/dist/components/error.d.ts@2.2.0'
  1864. node_modules/react-hot-toast/dist/components/loader.d.ts
  1865. Imported via './loader' from file 'node_modules/react-hot-toast/dist/components/toast-icon.d.ts' with packageId 'react-hot-toast/dist/components/loader.d.ts@2.2.0'
  1866. Imported via './components/loader' from file 'node_modules/react-hot-toast/dist/index.d.ts' with packageId 'react-hot-toast/dist/components/loader.d.ts@2.2.0'
  1867. node_modules/react-hot-toast/dist/components/checkmark.d.ts
  1868. Imported via './checkmark' from file 'node_modules/react-hot-toast/dist/components/toast-icon.d.ts' with packageId 'react-hot-toast/dist/components/checkmark.d.ts@2.2.0'
  1869. Imported via './components/checkmark' from file 'node_modules/react-hot-toast/dist/index.d.ts' with packageId 'react-hot-toast/dist/components/checkmark.d.ts@2.2.0'
  1870. node_modules/react-hot-toast/dist/components/toast-icon.d.ts
  1871. Imported via './components/toast-icon' from file 'node_modules/react-hot-toast/dist/index.d.ts' with packageId 'react-hot-toast/dist/components/toast-icon.d.ts@2.2.0'
  1872. node_modules/react-hot-toast/dist/components/toaster.d.ts
  1873. Imported via './components/toaster' from file 'node_modules/react-hot-toast/dist/index.d.ts' with packageId 'react-hot-toast/dist/components/toaster.d.ts@2.2.0'
  1874. node_modules/react-hot-toast/dist/core/store.d.ts
  1875. Imported via './core/store' from file 'node_modules/react-hot-toast/dist/index.d.ts' with packageId 'react-hot-toast/dist/core/store.d.ts@2.2.0'
  1876. node_modules/react-hot-toast/dist/index.d.ts
  1877. Imported via 'react-hot-toast' from file 'lib/useWallet/Wallet.ts' with packageId 'react-hot-toast/dist/index.d.ts@2.2.0'
  1878. Imported via 'react-hot-toast' from file 'models/Contract.ts' with packageId 'react-hot-toast/dist/index.d.ts@2.2.0'
  1879. Imported via 'react-hot-toast' from file 'lib/useWallet/switchToChain.ts' with packageId 'react-hot-toast/dist/index.d.ts@2.2.0'
  1880. Imported via "react-hot-toast" from file 'pages/_app.tsx' with packageId 'react-hot-toast/dist/index.d.ts@2.2.0'
  1881. models/Chain.ts
  1882. Imported via '../../models/Chain' from file 'lib/useWallet/Wallet.ts'
  1883. Imported via './Chain' from file 'models/AllContracts.ts'
  1884. Imported via '../models/Chain' from file 'models/Contract.ts'
  1885. Imported via './Chain' from file 'models/Investment.ts'
  1886. Imported via '../../models/Chain' from file 'lib/useWallet/switchToChain.ts'
  1887. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1888. models/Contract.ts
  1889. Imported via './Contract' from file 'models/Investment.ts'
  1890. Imported via './Contract' from file 'models/JuniorToken.ts'
  1891. Imported via './Contract' from file 'models/PendingWithdrawalToken.ts'
  1892. Imported via './Contract' from file 'models/SeniorToken.ts'
  1893. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1894. abi/contracts/Investment.json
  1895. Imported via '../abi/contracts/Investment.json' from file 'models/Investment.ts'
  1896. abi/contracts/JuniorToken.json
  1897. Imported via '../abi/contracts/JuniorToken.json' from file 'models/JuniorToken.ts'
  1898. models/JuniorToken.ts
  1899. Imported via './JuniorToken' from file 'models/Investment.ts'
  1900. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1901. abi/contracts/PendingWithdrawalToken.json
  1902. Imported via '../abi/contracts/PendingWithdrawalToken.json' from file 'models/PendingWithdrawalToken.ts'
  1903. models/PendingWithdrawalToken.ts
  1904. Imported via './PendingWithdrawalToken' from file 'models/Investment.ts'
  1905. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1906. abi/contracts/SeniorToken.json
  1907. Imported via '../abi/contracts/SeniorToken.json' from file 'models/SeniorToken.ts'
  1908. models/SeniorToken.ts
  1909. Imported via './SeniorToken' from file 'models/Investment.ts'
  1910. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1911. models/Investment.ts
  1912. Imported via './Investment' from file 'models/AllContracts.ts'
  1913. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1914. Imported via "../../models/Investment" from file 'components/investmentSelection/InvestmentItem.tsx'
  1915. Imported via "../../models/Investment" from file 'components/investmentShow/index.tsx'
  1916. models/AllContracts.ts
  1917. Imported via '../../models/AllContracts' from file 'lib/useWallet/Wallet.ts'
  1918. Imported via './AllContracts' from file 'models/Investment.ts'
  1919. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1920. lib/useWallet/provider.ts
  1921. Imported via './provider' from file 'lib/useWallet/Wallet.ts'
  1922. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1923. lib/useWallet/switchToChain.ts
  1924. Imported via './switchToChain' from file 'lib/useWallet/Wallet.ts'
  1925. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1926. lib/useWallet/DataUpdater.ts
  1927. Imported via './DataUpdater' from file 'lib/useWallet/Wallet.ts'
  1928. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1929. lib/useWallet/Wallet.ts
  1930. Imported via './useWallet/Wallet' from file 'lib/useWallet.ts'
  1931. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1932. lib/useWallet.ts
  1933. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1934. Imported via "../lib/useWallet" from file 'components/ConnectedArea.tsx'
  1935. Imported via "../../lib/useWallet" from file 'components/investmentSelection/InvestmentList.tsx'
  1936. Imported via "../../lib/useWallet" from file 'components/investmentSelection/InvestmentTotals.tsx'
  1937. Imported via "../lib/useWallet" from file 'components/Header.tsx'
  1938. Imported via "../lib/useWallet" from file 'components/InvestOnJunior.tsx'
  1939. Imported via "../lib/useWallet" from file 'components/InvestmentArea.tsx'
  1940. Imported via "../lib/useWallet" from file 'components/WrongChain.tsx'
  1941. Imported via "../lib/useWallet" from file 'pages/_app.tsx'
  1942. Imported via "../lib/useWallet" from file 'pages/index.tsx'
  1943. Imported via "../../lib/useWallet" from file 'pages/investment/[id].tsx'
  1944. pages/api/hello.ts
  1945. Matched by include pattern '**/*.ts' in 'tsconfig.json'
  1946. node_modules/react-bootstrap/esm/AccordionContext.d.ts
  1947. Imported via './AccordionContext' from file 'node_modules/react-bootstrap/esm/Accordion.d.ts' with packageId 'react-bootstrap/esm/AccordionContext.d.ts@2.2.2'
  1948. Imported via './AccordionContext' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/AccordionContext.d.ts@2.2.2'
  1949. node_modules/react-bootstrap/esm/AccordionButton.d.ts
  1950. Imported via "./AccordionButton" from file 'node_modules/react-bootstrap/esm/Accordion.d.ts' with packageId 'react-bootstrap/esm/AccordionButton.d.ts@2.2.2'
  1951. Imported via './AccordionButton' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/AccordionButton.d.ts@2.2.2'
  1952. Imported via './AccordionButton' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/AccordionButton.d.ts@2.2.2'
  1953. node_modules/@types/react-transition-group/Transition.d.ts
  1954. Imported via 'react-transition-group/Transition' from file 'node_modules/react-bootstrap/esm/Collapse.d.ts' with packageId '@types/react-transition-group/Transition.d.ts@4.4.4'
  1955. Imported via 'react-transition-group/Transition' from file 'node_modules/react-bootstrap/esm/Fade.d.ts' with packageId '@types/react-transition-group/Transition.d.ts@4.4.4'
  1956. Imported via './Transition' from file 'node_modules/@types/react-transition-group/index.d.ts' with packageId '@types/react-transition-group/Transition.d.ts@4.4.4'
  1957. Imported via "./Transition" from file 'node_modules/@types/react-transition-group/CSSTransition.d.ts' with packageId '@types/react-transition-group/Transition.d.ts@4.4.4'
  1958. Imported via './Transition' from file 'node_modules/@types/react-transition-group/TransitionGroup.d.ts' with packageId '@types/react-transition-group/Transition.d.ts@4.4.4'
  1959. node_modules/react-bootstrap/esm/Collapse.d.ts
  1960. Imported via './Collapse' from file 'node_modules/react-bootstrap/esm/AccordionCollapse.d.ts' with packageId 'react-bootstrap/esm/Collapse.d.ts@2.2.2'
  1961. Imported via './Collapse' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Collapse.d.ts@2.2.2'
  1962. Imported via './Collapse' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Collapse.d.ts@2.2.2'
  1963. Imported via './Collapse' from file 'node_modules/react-bootstrap/esm/NavbarCollapse.d.ts' with packageId 'react-bootstrap/esm/Collapse.d.ts@2.2.2'
  1964. node_modules/react-bootstrap/esm/AccordionCollapse.d.ts
  1965. Imported via "./AccordionCollapse" from file 'node_modules/react-bootstrap/esm/Accordion.d.ts' with packageId 'react-bootstrap/esm/AccordionCollapse.d.ts@2.2.2'
  1966. Imported via './AccordionCollapse' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/AccordionCollapse.d.ts@2.2.2'
  1967. Imported via './AccordionCollapse' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/AccordionCollapse.d.ts@2.2.2'
  1968. node_modules/react-bootstrap/esm/AccordionItem.d.ts
  1969. Imported via "./AccordionItem" from file 'node_modules/react-bootstrap/esm/Accordion.d.ts' with packageId 'react-bootstrap/esm/AccordionItem.d.ts@2.2.2'
  1970. node_modules/react-bootstrap/esm/AccordionHeader.d.ts
  1971. Imported via "./AccordionHeader" from file 'node_modules/react-bootstrap/esm/Accordion.d.ts' with packageId 'react-bootstrap/esm/AccordionHeader.d.ts@2.2.2'
  1972. node_modules/react-bootstrap/esm/AccordionBody.d.ts
  1973. Imported via "./AccordionBody" from file 'node_modules/react-bootstrap/esm/Accordion.d.ts' with packageId 'react-bootstrap/esm/AccordionBody.d.ts@2.2.2'
  1974. node_modules/react-bootstrap/esm/Accordion.d.ts
  1975. Imported via './Accordion' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Accordion.d.ts@2.2.2'
  1976. Imported via './Accordion' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Accordion.d.ts@2.2.2'
  1977. node_modules/react-bootstrap/esm/CloseButton.d.ts
  1978. Imported via './CloseButton' from file 'node_modules/react-bootstrap/esm/Alert.d.ts' with packageId 'react-bootstrap/esm/CloseButton.d.ts@2.2.2'
  1979. Imported via './CloseButton' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/CloseButton.d.ts@2.2.2'
  1980. Imported via './CloseButton' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/CloseButton.d.ts@2.2.2'
  1981. Imported via './CloseButton' from file 'node_modules/react-bootstrap/esm/AbstractModalHeader.d.ts' with packageId 'react-bootstrap/esm/CloseButton.d.ts@2.2.2'
  1982. Imported via './CloseButton' from file 'node_modules/react-bootstrap/esm/ToastHeader.d.ts' with packageId 'react-bootstrap/esm/CloseButton.d.ts@2.2.2'
  1983. node_modules/@restart/ui/esm/Anchor.d.ts
  1984. Imported via "@restart/ui/Anchor" from file 'node_modules/react-bootstrap/esm/Alert.d.ts'
  1985. Imported via '@restart/ui/Anchor' from file 'node_modules/react-bootstrap/esm/Anchor.d.ts'
  1986. node_modules/react-bootstrap/esm/Alert.d.ts
  1987. Imported via './Alert' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Alert.d.ts@2.2.2'
  1988. Imported via './Alert' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Alert.d.ts@2.2.2'
  1989. node_modules/react-bootstrap/esm/Anchor.d.ts
  1990. Imported via './Anchor' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Anchor.d.ts@2.2.2'
  1991. Imported via './Anchor' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Anchor.d.ts@2.2.2'
  1992. node_modules/react-bootstrap/esm/Badge.d.ts
  1993. Imported via './Badge' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Badge.d.ts@2.2.2'
  1994. Imported via './Badge' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Badge.d.ts@2.2.2'
  1995. node_modules/react-bootstrap/esm/BreadcrumbItem.d.ts
  1996. Imported via "./BreadcrumbItem" from file 'node_modules/react-bootstrap/esm/Breadcrumb.d.ts' with packageId 'react-bootstrap/esm/BreadcrumbItem.d.ts@2.2.2'
  1997. Imported via './BreadcrumbItem' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/BreadcrumbItem.d.ts@2.2.2'
  1998. Imported via './BreadcrumbItem' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/BreadcrumbItem.d.ts@2.2.2'
  1999. node_modules/react-bootstrap/esm/Breadcrumb.d.ts
  2000. Imported via './Breadcrumb' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Breadcrumb.d.ts@2.2.2'
  2001. Imported via './Breadcrumb' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Breadcrumb.d.ts@2.2.2'
  2002. node_modules/@restart/ui/esm/Button.d.ts
  2003. Imported via '@restart/ui/Button' from file 'node_modules/react-bootstrap/esm/Button.d.ts'
  2004. Imported via './Button' from file 'node_modules/@restart/ui/esm/DropdownItem.d.ts' with packageId '@restart/ui/esm/Button.d.ts@1.2.0'
  2005. Imported via "./Button" from file 'node_modules/@restart/ui/esm/Dropdown.d.ts' with packageId '@restart/ui/esm/Button.d.ts@1.2.0'
  2006. Imported via "@restart/ui/esm/Button" from file 'node_modules/react-bootstrap/esm/Dropdown.d.ts' with packageId '@restart/ui/esm/Button.d.ts@1.2.0'
  2007. Imported via './Button' from file 'node_modules/@restart/ui/esm/NavItem.d.ts' with packageId '@restart/ui/esm/Button.d.ts@1.2.0'
  2008. Imported via "./Button" from file 'node_modules/@restart/ui/esm/Nav.d.ts' with packageId '@restart/ui/esm/Button.d.ts@1.2.0'
  2009. Imported via "@restart/ui/esm/Button" from file 'node_modules/react-bootstrap/esm/NavDropdown.d.ts' with packageId '@restart/ui/esm/Button.d.ts@1.2.0'
  2010. Imported via '@restart/ui/Button' from file 'node_modules/react-bootstrap/esm/SplitButton.d.ts'
  2011. node_modules/react-bootstrap/esm/Button.d.ts
  2012. Imported via './Button' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Button.d.ts@2.2.2'
  2013. Imported via './Button' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Button.d.ts@2.2.2'
  2014. Imported via './Button' from file 'node_modules/react-bootstrap/esm/DropdownToggle.d.ts' with packageId 'react-bootstrap/esm/Button.d.ts@2.2.2'
  2015. Imported via './Button' from file 'node_modules/react-bootstrap/esm/ToggleButton.d.ts' with packageId 'react-bootstrap/esm/Button.d.ts@2.2.2'
  2016. node_modules/react-bootstrap/esm/ButtonGroup.d.ts
  2017. Imported via './ButtonGroup' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ButtonGroup.d.ts@2.2.2'
  2018. Imported via './ButtonGroup' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ButtonGroup.d.ts@2.2.2'
  2019. Imported via './ButtonGroup' from file 'node_modules/react-bootstrap/esm/ToggleButtonGroup.d.ts' with packageId 'react-bootstrap/esm/ButtonGroup.d.ts@2.2.2'
  2020. node_modules/react-bootstrap/esm/ButtonToolbar.d.ts
  2021. Imported via './ButtonToolbar' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ButtonToolbar.d.ts@2.2.2'
  2022. Imported via './ButtonToolbar' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ButtonToolbar.d.ts@2.2.2'
  2023. node_modules/react-bootstrap/esm/CardImg.d.ts
  2024. Imported via "./CardImg" from file 'node_modules/react-bootstrap/esm/Card.d.ts' with packageId 'react-bootstrap/esm/CardImg.d.ts@2.2.2'
  2025. Imported via './CardImg' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/CardImg.d.ts@2.2.2'
  2026. Imported via './CardImg' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/CardImg.d.ts@2.2.2'
  2027. node_modules/react-bootstrap/esm/CardHeader.d.ts
  2028. Imported via "./CardHeader" from file 'node_modules/react-bootstrap/esm/Card.d.ts' with packageId 'react-bootstrap/esm/CardHeader.d.ts@2.2.2'
  2029. node_modules/react-bootstrap/esm/Card.d.ts
  2030. Imported via './Card' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Card.d.ts@2.2.2'
  2031. Imported via './Card' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Card.d.ts@2.2.2'
  2032. node_modules/react-bootstrap/esm/CardGroup.d.ts
  2033. Imported via './CardGroup' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/CardGroup.d.ts@2.2.2'
  2034. node_modules/react-bootstrap/esm/CarouselItem.d.ts
  2035. Imported via "./CarouselItem" from file 'node_modules/react-bootstrap/esm/Carousel.d.ts' with packageId 'react-bootstrap/esm/CarouselItem.d.ts@2.2.2'
  2036. Imported via './CarouselItem' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/CarouselItem.d.ts@2.2.2'
  2037. Imported via './CarouselItem' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/CarouselItem.d.ts@2.2.2'
  2038. node_modules/react-bootstrap/esm/Carousel.d.ts
  2039. Imported via './Carousel' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Carousel.d.ts@2.2.2'
  2040. Imported via './Carousel' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Carousel.d.ts@2.2.2'
  2041. node_modules/@restart/ui/esm/DropdownContext.d.ts
  2042. Imported via './DropdownContext' from file 'node_modules/@restart/ui/esm/DropdownMenu.d.ts' with packageId '@restart/ui/esm/DropdownContext.d.ts@1.2.0'
  2043. Imported via './DropdownContext' from file 'node_modules/@restart/ui/esm/DropdownToggle.d.ts' with packageId '@restart/ui/esm/DropdownContext.d.ts@1.2.0'
  2044. node_modules/@restart/ui/esm/useClickOutside.d.ts
  2045. Imported via './useClickOutside' from file 'node_modules/@restart/ui/esm/DropdownMenu.d.ts' with packageId '@restart/ui/esm/useClickOutside.d.ts@1.2.0'
  2046. Imported via './useClickOutside' from file 'node_modules/@restart/ui/esm/useRootClose.d.ts' with packageId '@restart/ui/esm/useClickOutside.d.ts@1.2.0'
  2047. node_modules/@restart/ui/esm/DropdownMenu.d.ts
  2048. Imported via './DropdownMenu' from file 'node_modules/@restart/ui/esm/Dropdown.d.ts' with packageId '@restart/ui/esm/DropdownMenu.d.ts@1.2.0'
  2049. Imported via '@restart/ui/DropdownMenu' from file 'node_modules/react-bootstrap/esm/DropdownMenu.d.ts'
  2050. node_modules/@restart/ui/esm/DropdownToggle.d.ts
  2051. Imported via './DropdownToggle' from file 'node_modules/@restart/ui/esm/Dropdown.d.ts' with packageId '@restart/ui/esm/DropdownToggle.d.ts@1.2.0'
  2052. node_modules/@restart/ui/esm/DropdownItem.d.ts
  2053. Imported via './DropdownItem' from file 'node_modules/@restart/ui/esm/Dropdown.d.ts' with packageId '@restart/ui/esm/DropdownItem.d.ts@1.2.0'
  2054. Imported via '@restart/ui/DropdownItem' from file 'node_modules/react-bootstrap/esm/DropdownItem.d.ts'
  2055. Imported via "@restart/ui/esm/DropdownItem" from file 'node_modules/react-bootstrap/esm/NavDropdown.d.ts' with packageId '@restart/ui/esm/DropdownItem.d.ts@1.2.0'
  2056. node_modules/@restart/ui/esm/Dropdown.d.ts
  2057. Imported via '@restart/ui/Dropdown' from file 'node_modules/react-bootstrap/esm/Dropdown.d.ts'
  2058. Imported via "@restart/ui/Dropdown" from file 'node_modules/react-bootstrap/esm/Dropdown.d.ts'
  2059. node_modules/react-bootstrap/esm/DropdownContext.d.ts
  2060. Imported via './DropdownContext' from file 'node_modules/react-bootstrap/esm/Dropdown.d.ts' with packageId 'react-bootstrap/esm/DropdownContext.d.ts@2.2.2'
  2061. Imported via './DropdownContext' from file 'node_modules/react-bootstrap/esm/DropdownMenu.d.ts' with packageId 'react-bootstrap/esm/DropdownContext.d.ts@2.2.2'
  2062. node_modules/react-bootstrap/esm/DropdownToggle.d.ts
  2063. Imported via "./DropdownToggle" from file 'node_modules/react-bootstrap/esm/Dropdown.d.ts' with packageId 'react-bootstrap/esm/DropdownToggle.d.ts@2.2.2'
  2064. Imported via './DropdownToggle' from file 'node_modules/react-bootstrap/esm/DropdownButton.d.ts' with packageId 'react-bootstrap/esm/DropdownToggle.d.ts@2.2.2'
  2065. Imported via './DropdownToggle' from file 'node_modules/react-bootstrap/esm/SplitButton.d.ts' with packageId 'react-bootstrap/esm/DropdownToggle.d.ts@2.2.2'
  2066. node_modules/react-bootstrap/esm/DropdownMenu.d.ts
  2067. Imported via "./DropdownMenu" from file 'node_modules/react-bootstrap/esm/Dropdown.d.ts' with packageId 'react-bootstrap/esm/DropdownMenu.d.ts@2.2.2'
  2068. Imported via './DropdownMenu' from file 'node_modules/react-bootstrap/esm/DropdownButton.d.ts' with packageId 'react-bootstrap/esm/DropdownMenu.d.ts@2.2.2'
  2069. Imported via './DropdownMenu' from file 'node_modules/react-bootstrap/esm/NavDropdown.d.ts' with packageId 'react-bootstrap/esm/DropdownMenu.d.ts@2.2.2'
  2070. node_modules/react-bootstrap/esm/DropdownItem.d.ts
  2071. Imported via "./DropdownItem" from file 'node_modules/react-bootstrap/esm/Dropdown.d.ts' with packageId 'react-bootstrap/esm/DropdownItem.d.ts@2.2.2'
  2072. Imported via "./DropdownItem" from file 'node_modules/react-bootstrap/esm/NavDropdown.d.ts' with packageId 'react-bootstrap/esm/DropdownItem.d.ts@2.2.2'
  2073. node_modules/react-bootstrap/esm/Dropdown.d.ts
  2074. Imported via './Dropdown' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Dropdown.d.ts@2.2.2'
  2075. Imported via './Dropdown' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Dropdown.d.ts@2.2.2'
  2076. Imported via './Dropdown' from file 'node_modules/react-bootstrap/esm/DropdownButton.d.ts' with packageId 'react-bootstrap/esm/Dropdown.d.ts@2.2.2'
  2077. Imported via './Dropdown' from file 'node_modules/react-bootstrap/esm/NavDropdown.d.ts' with packageId 'react-bootstrap/esm/Dropdown.d.ts@2.2.2'
  2078. Imported via './Dropdown' from file 'node_modules/react-bootstrap/esm/SplitButton.d.ts' with packageId 'react-bootstrap/esm/Dropdown.d.ts@2.2.2'
  2079. node_modules/react-bootstrap/esm/DropdownButton.d.ts
  2080. Imported via './DropdownButton' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/DropdownButton.d.ts@2.2.2'
  2081. Imported via './DropdownButton' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/DropdownButton.d.ts@2.2.2'
  2082. node_modules/react-bootstrap/esm/Fade.d.ts
  2083. Imported via './Fade' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Fade.d.ts@2.2.2'
  2084. Imported via './Fade' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Fade.d.ts@2.2.2'
  2085. node_modules/react-bootstrap/esm/FormGroup.d.ts
  2086. Imported via "./FormGroup" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/FormGroup.d.ts@2.2.2'
  2087. Imported via './FormGroup' from file 'node_modules/react-bootstrap/esm/FloatingLabel.d.ts' with packageId 'react-bootstrap/esm/FormGroup.d.ts@2.2.2'
  2088. Imported via './FormGroup' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/FormGroup.d.ts@2.2.2'
  2089. Imported via './FormGroup' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/FormGroup.d.ts@2.2.2'
  2090. node_modules/react-bootstrap/esm/Feedback.d.ts
  2091. Imported via "./Feedback" from file 'node_modules/react-bootstrap/esm/FormControl.d.ts' with packageId 'react-bootstrap/esm/Feedback.d.ts@2.2.2'
  2092. Imported via "./Feedback" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/Feedback.d.ts@2.2.2'
  2093. Imported via './Feedback' from file 'node_modules/react-bootstrap/esm/FormCheck.d.ts' with packageId 'react-bootstrap/esm/Feedback.d.ts@2.2.2'
  2094. Imported via "./Feedback" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/Feedback.d.ts@2.2.2'
  2095. node_modules/react-bootstrap/esm/FormControl.d.ts
  2096. Imported via "./FormControl" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/FormControl.d.ts@2.2.2'
  2097. Imported via './FormControl' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/FormControl.d.ts@2.2.2'
  2098. Imported via './FormControl' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/FormControl.d.ts@2.2.2'
  2099. node_modules/react-bootstrap/esm/FormCheckInput.d.ts
  2100. Imported via "./FormCheckInput" from file 'node_modules/react-bootstrap/esm/FormCheck.d.ts' with packageId 'react-bootstrap/esm/FormCheckInput.d.ts@2.2.2'
  2101. Imported via "./FormCheckInput" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/FormCheckInput.d.ts@2.2.2'
  2102. Imported via "./FormCheckInput" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/FormCheckInput.d.ts@2.2.2'
  2103. Imported via "./FormCheckInput" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/FormCheckInput.d.ts@2.2.2'
  2104. node_modules/react-bootstrap/esm/FormCheckLabel.d.ts
  2105. Imported via "./FormCheckLabel" from file 'node_modules/react-bootstrap/esm/FormCheck.d.ts' with packageId 'react-bootstrap/esm/FormCheckLabel.d.ts@2.2.2'
  2106. Imported via "./FormCheckLabel" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/FormCheckLabel.d.ts@2.2.2'
  2107. Imported via "./FormCheckLabel" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/FormCheckLabel.d.ts@2.2.2'
  2108. Imported via "./FormCheckLabel" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/FormCheckLabel.d.ts@2.2.2'
  2109. node_modules/react-bootstrap/esm/FormCheck.d.ts
  2110. Imported via "./FormCheck" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/FormCheck.d.ts@2.2.2'
  2111. Imported via "./FormCheck" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/FormCheck.d.ts@2.2.2'
  2112. Imported via './FormCheck' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/FormCheck.d.ts@2.2.2'
  2113. Imported via './FormCheck' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/FormCheck.d.ts@2.2.2'
  2114. node_modules/react-bootstrap/esm/FormLabel.d.ts
  2115. Imported via "./FormLabel" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/FormLabel.d.ts@2.2.2'
  2116. Imported via './FormLabel' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/FormLabel.d.ts@2.2.2'
  2117. Imported via './FormLabel' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/FormLabel.d.ts@2.2.2'
  2118. node_modules/react-bootstrap/esm/FormText.d.ts
  2119. Imported via "./FormText" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/FormText.d.ts@2.2.2'
  2120. Imported via './FormText' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/FormText.d.ts@2.2.2'
  2121. Imported via './FormText' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/FormText.d.ts@2.2.2'
  2122. node_modules/react-bootstrap/esm/FormRange.d.ts
  2123. Imported via "./FormRange" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/FormRange.d.ts@2.2.2'
  2124. node_modules/react-bootstrap/esm/FormSelect.d.ts
  2125. Imported via "./FormSelect" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/FormSelect.d.ts@2.2.2'
  2126. Imported via './FormSelect' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/FormSelect.d.ts@2.2.2'
  2127. Imported via './FormSelect' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/FormSelect.d.ts@2.2.2'
  2128. node_modules/react-bootstrap/esm/FloatingLabel.d.ts
  2129. Imported via "./FloatingLabel" from file 'node_modules/react-bootstrap/esm/Form.d.ts' with packageId 'react-bootstrap/esm/FloatingLabel.d.ts@2.2.2'
  2130. Imported via './FloatingLabel' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/FloatingLabel.d.ts@2.2.2'
  2131. Imported via './FloatingLabel' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/FloatingLabel.d.ts@2.2.2'
  2132. node_modules/react-bootstrap/esm/Form.d.ts
  2133. Imported via './Form' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Form.d.ts@2.2.2'
  2134. Imported via './Form' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Form.d.ts@2.2.2'
  2135. node_modules/react-bootstrap/esm/FormFloating.d.ts
  2136. Imported via './FormFloating' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/FormFloating.d.ts@2.2.2'
  2137. node_modules/react-bootstrap/esm/Container.d.ts
  2138. Imported via './Container' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Container.d.ts@2.2.2'
  2139. Imported via './Container' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Container.d.ts@2.2.2'
  2140. node_modules/react-bootstrap/esm/Image.d.ts
  2141. Imported via './Image' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Image.d.ts@2.2.2'
  2142. Imported via './Image' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Image.d.ts@2.2.2'
  2143. Imported via "./Image" from file 'node_modules/react-bootstrap/esm/Figure.d.ts' with packageId 'react-bootstrap/esm/Image.d.ts@2.2.2'
  2144. node_modules/react-bootstrap/esm/Figure.d.ts
  2145. Imported via './Figure' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Figure.d.ts@2.2.2'
  2146. node_modules/react-bootstrap/esm/InputGroup.d.ts
  2147. Imported via './InputGroup' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/InputGroup.d.ts@2.2.2'
  2148. Imported via './InputGroup' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/InputGroup.d.ts@2.2.2'
  2149. node_modules/@restart/ui/esm/NavItem.d.ts
  2150. Imported via './NavItem' from file 'node_modules/@restart/ui/esm/Nav.d.ts' with packageId '@restart/ui/esm/NavItem.d.ts@1.2.0'
  2151. Imported via '@restart/ui/NavItem' from file 'node_modules/react-bootstrap/esm/ListGroupItem.d.ts'
  2152. Imported via '@restart/ui/NavItem' from file 'node_modules/react-bootstrap/esm/NavLink.d.ts'
  2153. node_modules/@restart/ui/esm/Nav.d.ts
  2154. Imported via '@restart/ui/Nav' from file 'node_modules/react-bootstrap/esm/ListGroup.d.ts'
  2155. Imported via '@restart/ui/Nav' from file 'node_modules/react-bootstrap/esm/Nav.d.ts'
  2156. node_modules/react-bootstrap/esm/ListGroupItem.d.ts
  2157. Imported via "./ListGroupItem" from file 'node_modules/react-bootstrap/esm/ListGroup.d.ts' with packageId 'react-bootstrap/esm/ListGroupItem.d.ts@2.2.2'
  2158. Imported via './ListGroupItem' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ListGroupItem.d.ts@2.2.2'
  2159. Imported via './ListGroupItem' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ListGroupItem.d.ts@2.2.2'
  2160. node_modules/react-bootstrap/esm/ListGroup.d.ts
  2161. Imported via './ListGroup' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ListGroup.d.ts@2.2.2'
  2162. Imported via './ListGroup' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ListGroup.d.ts@2.2.2'
  2163. node_modules/@restart/ui/esm/ModalManager.d.ts
  2164. Imported via './ModalManager' from file 'node_modules/@restart/ui/esm/Modal.d.ts' with packageId '@restart/ui/esm/ModalManager.d.ts@1.2.0'
  2165. node_modules/@restart/ui/esm/useWaitForDOMRef.d.ts
  2166. Imported via './useWaitForDOMRef' from file 'node_modules/@restart/ui/esm/Modal.d.ts' with packageId '@restart/ui/esm/useWaitForDOMRef.d.ts@1.2.0'
  2167. Imported via './useWaitForDOMRef' from file 'node_modules/@restart/ui/esm/Overlay.d.ts' with packageId '@restart/ui/esm/useWaitForDOMRef.d.ts@1.2.0'
  2168. node_modules/@restart/ui/esm/Modal.d.ts
  2169. Imported via '@restart/ui/Modal' from file 'node_modules/react-bootstrap/esm/Modal.d.ts'
  2170. Imported via '@restart/ui/Modal' from file 'node_modules/react-bootstrap/esm/Offcanvas.d.ts'
  2171. node_modules/react-bootstrap/esm/AbstractModalHeader.d.ts
  2172. Imported via './AbstractModalHeader' from file 'node_modules/react-bootstrap/esm/ModalHeader.d.ts' with packageId 'react-bootstrap/esm/AbstractModalHeader.d.ts@2.2.2'
  2173. Imported via './AbstractModalHeader' from file 'node_modules/react-bootstrap/esm/OffcanvasHeader.d.ts' with packageId 'react-bootstrap/esm/AbstractModalHeader.d.ts@2.2.2'
  2174. node_modules/react-bootstrap/esm/ModalHeader.d.ts
  2175. Imported via "./ModalHeader" from file 'node_modules/react-bootstrap/esm/Modal.d.ts' with packageId 'react-bootstrap/esm/ModalHeader.d.ts@2.2.2'
  2176. Imported via './ModalHeader' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ModalHeader.d.ts@2.2.2'
  2177. Imported via './ModalHeader' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ModalHeader.d.ts@2.2.2'
  2178. node_modules/react-bootstrap/esm/ModalDialog.d.ts
  2179. Imported via "./ModalDialog" from file 'node_modules/react-bootstrap/esm/Modal.d.ts' with packageId 'react-bootstrap/esm/ModalDialog.d.ts@2.2.2'
  2180. Imported via './ModalDialog' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ModalDialog.d.ts@2.2.2'
  2181. Imported via './ModalDialog' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ModalDialog.d.ts@2.2.2'
  2182. node_modules/react-bootstrap/esm/Modal.d.ts
  2183. Imported via './Modal' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Modal.d.ts@2.2.2'
  2184. Imported via './Modal' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Modal.d.ts@2.2.2'
  2185. node_modules/react-bootstrap/esm/ModalBody.d.ts
  2186. Imported via './ModalBody' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ModalBody.d.ts@2.2.2'
  2187. node_modules/react-bootstrap/esm/ModalFooter.d.ts
  2188. Imported via './ModalFooter' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ModalFooter.d.ts@2.2.2'
  2189. node_modules/react-bootstrap/esm/ModalTitle.d.ts
  2190. Imported via './ModalTitle' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ModalTitle.d.ts@2.2.2'
  2191. node_modules/react-bootstrap/esm/NavLink.d.ts
  2192. Imported via "./NavLink" from file 'node_modules/react-bootstrap/esm/Nav.d.ts' with packageId 'react-bootstrap/esm/NavLink.d.ts@2.2.2'
  2193. Imported via './NavLink' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/NavLink.d.ts@2.2.2'
  2194. Imported via './NavLink' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/NavLink.d.ts@2.2.2'
  2195. node_modules/react-bootstrap/esm/Nav.d.ts
  2196. Imported via './Nav' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Nav.d.ts@2.2.2'
  2197. Imported via './Nav' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Nav.d.ts@2.2.2'
  2198. node_modules/react-bootstrap/esm/NavbarBrand.d.ts
  2199. Imported via "./NavbarBrand" from file 'node_modules/react-bootstrap/esm/Navbar.d.ts' with packageId 'react-bootstrap/esm/NavbarBrand.d.ts@2.2.2'
  2200. Imported via './NavbarBrand' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/NavbarBrand.d.ts@2.2.2'
  2201. Imported via './NavbarBrand' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/NavbarBrand.d.ts@2.2.2'
  2202. node_modules/react-bootstrap/esm/NavbarCollapse.d.ts
  2203. Imported via "./NavbarCollapse" from file 'node_modules/react-bootstrap/esm/Navbar.d.ts' with packageId 'react-bootstrap/esm/NavbarCollapse.d.ts@2.2.2'
  2204. node_modules/react-bootstrap/esm/OffcanvasHeader.d.ts
  2205. Imported via "./OffcanvasHeader" from file 'node_modules/react-bootstrap/esm/Offcanvas.d.ts' with packageId 'react-bootstrap/esm/OffcanvasHeader.d.ts@2.2.2'
  2206. Imported via './OffcanvasHeader' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/OffcanvasHeader.d.ts@2.2.2'
  2207. Imported via './OffcanvasHeader' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/OffcanvasHeader.d.ts@2.2.2'
  2208. node_modules/react-bootstrap/esm/Offcanvas.d.ts
  2209. Imported via "./Offcanvas" from file 'node_modules/react-bootstrap/esm/Navbar.d.ts' with packageId 'react-bootstrap/esm/Offcanvas.d.ts@2.2.2'
  2210. Imported via "./Offcanvas" from file 'node_modules/react-bootstrap/esm/Navbar.d.ts' with packageId 'react-bootstrap/esm/Offcanvas.d.ts@2.2.2'
  2211. Imported via './Offcanvas' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Offcanvas.d.ts@2.2.2'
  2212. Imported via './Offcanvas' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Offcanvas.d.ts@2.2.2'
  2213. node_modules/react-bootstrap/esm/NavbarToggle.d.ts
  2214. Imported via "./NavbarToggle" from file 'node_modules/react-bootstrap/esm/Navbar.d.ts' with packageId 'react-bootstrap/esm/NavbarToggle.d.ts@2.2.2'
  2215. node_modules/react-bootstrap/esm/Navbar.d.ts
  2216. Imported via './Navbar' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Navbar.d.ts@2.2.2'
  2217. Imported via './Navbar' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Navbar.d.ts@2.2.2'
  2218. node_modules/react-bootstrap/esm/NavDropdown.d.ts
  2219. Imported via './NavDropdown' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/NavDropdown.d.ts@2.2.2'
  2220. Imported via './NavDropdown' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/NavDropdown.d.ts@2.2.2'
  2221. node_modules/react-bootstrap/esm/NavItem.d.ts
  2222. Imported via './NavItem' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/NavItem.d.ts@2.2.2'
  2223. node_modules/react-bootstrap/esm/OffcanvasTitle.d.ts
  2224. Imported via './OffcanvasTitle' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/OffcanvasTitle.d.ts@2.2.2'
  2225. node_modules/react-bootstrap/esm/OffcanvasBody.d.ts
  2226. Imported via './OffcanvasBody' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/OffcanvasBody.d.ts@2.2.2'
  2227. node_modules/@restart/ui/esm/useRootClose.d.ts
  2228. Imported via './useRootClose' from file 'node_modules/@restart/ui/esm/Overlay.d.ts' with packageId '@restart/ui/esm/useRootClose.d.ts@1.2.0'
  2229. node_modules/@restart/ui/esm/Overlay.d.ts
  2230. Imported via '@restart/ui/Overlay' from file 'node_modules/react-bootstrap/esm/Overlay.d.ts'
  2231. Imported via '@restart/ui/Overlay' from file 'node_modules/react-bootstrap/esm/Popover.d.ts'
  2232. Imported via '@restart/ui/Overlay' from file 'node_modules/react-bootstrap/esm/Tooltip.d.ts'
  2233. node_modules/react-bootstrap/esm/Overlay.d.ts
  2234. Imported via './Overlay' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Overlay.d.ts@2.2.2'
  2235. Imported via './Overlay' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Overlay.d.ts@2.2.2'
  2236. Imported via './Overlay' from file 'node_modules/react-bootstrap/esm/OverlayTrigger.d.ts' with packageId 'react-bootstrap/esm/Overlay.d.ts@2.2.2'
  2237. node_modules/react-bootstrap/esm/OverlayTrigger.d.ts
  2238. Imported via './OverlayTrigger' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/OverlayTrigger.d.ts@2.2.2'
  2239. Imported via './OverlayTrigger' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/OverlayTrigger.d.ts@2.2.2'
  2240. node_modules/react-bootstrap/esm/PageItem.d.ts
  2241. Imported via './PageItem' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/PageItem.d.ts@2.2.2'
  2242. Imported via './PageItem' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/PageItem.d.ts@2.2.2'
  2243. Imported via "./PageItem" from file 'node_modules/react-bootstrap/esm/Pagination.d.ts' with packageId 'react-bootstrap/esm/PageItem.d.ts@2.2.2'
  2244. Imported via "./PageItem" from file 'node_modules/react-bootstrap/esm/Pagination.d.ts' with packageId 'react-bootstrap/esm/PageItem.d.ts@2.2.2'
  2245. Imported via "./PageItem" from file 'node_modules/react-bootstrap/esm/Pagination.d.ts' with packageId 'react-bootstrap/esm/PageItem.d.ts@2.2.2'
  2246. Imported via "./PageItem" from file 'node_modules/react-bootstrap/esm/Pagination.d.ts' with packageId 'react-bootstrap/esm/PageItem.d.ts@2.2.2'
  2247. Imported via "./PageItem" from file 'node_modules/react-bootstrap/esm/Pagination.d.ts' with packageId 'react-bootstrap/esm/PageItem.d.ts@2.2.2'
  2248. Imported via "./PageItem" from file 'node_modules/react-bootstrap/esm/Pagination.d.ts' with packageId 'react-bootstrap/esm/PageItem.d.ts@2.2.2'
  2249. node_modules/react-bootstrap/esm/Pagination.d.ts
  2250. Imported via './Pagination' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Pagination.d.ts@2.2.2'
  2251. Imported via './Pagination' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Pagination.d.ts@2.2.2'
  2252. node_modules/react-bootstrap/esm/Popover.d.ts
  2253. Imported via './Popover' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Popover.d.ts@2.2.2'
  2254. Imported via './Popover' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Popover.d.ts@2.2.2'
  2255. node_modules/react-bootstrap/esm/PopoverHeader.d.ts
  2256. Imported via './PopoverHeader' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/PopoverHeader.d.ts@2.2.2'
  2257. node_modules/react-bootstrap/esm/PopoverBody.d.ts
  2258. Imported via './PopoverBody' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/PopoverBody.d.ts@2.2.2'
  2259. node_modules/react-bootstrap/esm/ProgressBar.d.ts
  2260. Imported via './ProgressBar' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ProgressBar.d.ts@2.2.2'
  2261. Imported via './ProgressBar' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ProgressBar.d.ts@2.2.2'
  2262. node_modules/react-bootstrap/esm/Ratio.d.ts
  2263. Imported via './Ratio' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Ratio.d.ts@2.2.2'
  2264. Imported via './Ratio' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Ratio.d.ts@2.2.2'
  2265. node_modules/react-bootstrap/esm/Row.d.ts
  2266. Imported via './Row' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Row.d.ts@2.2.2'
  2267. Imported via './Row' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Row.d.ts@2.2.2'
  2268. node_modules/react-bootstrap/esm/Spinner.d.ts
  2269. Imported via './Spinner' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Spinner.d.ts@2.2.2'
  2270. Imported via './Spinner' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Spinner.d.ts@2.2.2'
  2271. node_modules/react-bootstrap/esm/SplitButton.d.ts
  2272. Imported via './SplitButton' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/SplitButton.d.ts@2.2.2'
  2273. Imported via './SplitButton' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/SplitButton.d.ts@2.2.2'
  2274. node_modules/@react-aria/ssr/dist/types.d.ts
  2275. Imported via '@react-aria/ssr' from file 'node_modules/@restart/ui/esm/ssr.d.ts' with packageId '@react-aria/ssr/dist/types.d.ts@3.1.2'
  2276. node_modules/@restart/ui/esm/ssr.d.ts
  2277. Imported via '@restart/ui/ssr' from file 'node_modules/react-bootstrap/esm/SSRProvider.d.ts'
  2278. Imported via '@restart/ui/ssr' from file 'node_modules/react-bootstrap/esm/SSRProvider.d.ts'
  2279. node_modules/react-bootstrap/esm/SSRProvider.d.ts
  2280. Imported via './SSRProvider' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/SSRProvider.d.ts@2.2.2'
  2281. Imported via './SSRProvider' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/SSRProvider.d.ts@2.2.2'
  2282. node_modules/react-bootstrap/esm/createUtilityClasses.d.ts
  2283. Imported via './createUtilityClasses' from file 'node_modules/react-bootstrap/esm/Stack.d.ts' with packageId 'react-bootstrap/esm/createUtilityClasses.d.ts@2.2.2'
  2284. node_modules/react-bootstrap/esm/Stack.d.ts
  2285. Imported via './Stack' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Stack.d.ts@2.2.2'
  2286. Imported via './Stack' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Stack.d.ts@2.2.2'
  2287. node_modules/react-bootstrap/esm/TabPane.d.ts
  2288. Imported via './TabPane' from file 'node_modules/react-bootstrap/esm/Tab.d.ts' with packageId 'react-bootstrap/esm/TabPane.d.ts@2.2.2'
  2289. Imported via './TabPane' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/TabPane.d.ts@2.2.2'
  2290. Imported via './TabPane' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/TabPane.d.ts@2.2.2'
  2291. node_modules/@restart/ui/esm/TabPanel.d.ts
  2292. Imported via './TabPanel' from file 'node_modules/@restart/ui/esm/Tabs.d.ts' with packageId '@restart/ui/esm/TabPanel.d.ts@1.2.0'
  2293. node_modules/@restart/ui/esm/Tabs.d.ts
  2294. Imported via '@restart/ui/Tabs' from file 'node_modules/react-bootstrap/esm/TabContainer.d.ts'
  2295. Imported via '@restart/ui/Tabs' from file 'node_modules/react-bootstrap/esm/Tabs.d.ts'
  2296. node_modules/react-bootstrap/esm/TabContainer.d.ts
  2297. Imported via "./TabContainer" from file 'node_modules/react-bootstrap/esm/Tab.d.ts' with packageId 'react-bootstrap/esm/TabContainer.d.ts@2.2.2'
  2298. Imported via './TabContainer' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/TabContainer.d.ts@2.2.2'
  2299. Imported via './TabContainer' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/TabContainer.d.ts@2.2.2'
  2300. node_modules/react-bootstrap/esm/Tab.d.ts
  2301. Imported via './Tab' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Tab.d.ts@2.2.2'
  2302. Imported via './Tab' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Tab.d.ts@2.2.2'
  2303. node_modules/react-bootstrap/esm/TabContent.d.ts
  2304. Imported via './TabContent' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/TabContent.d.ts@2.2.2'
  2305. node_modules/react-bootstrap/esm/Table.d.ts
  2306. Imported via './Table' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Table.d.ts@2.2.2'
  2307. Imported via './Table' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Table.d.ts@2.2.2'
  2308. node_modules/react-bootstrap/esm/Tabs.d.ts
  2309. Imported via './Tabs' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Tabs.d.ts@2.2.2'
  2310. Imported via './Tabs' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Tabs.d.ts@2.2.2'
  2311. node_modules/react-bootstrap/esm/ThemeProvider.d.ts
  2312. Imported via './ThemeProvider' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ThemeProvider.d.ts@2.2.2'
  2313. Imported via './ThemeProvider' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ThemeProvider.d.ts@2.2.2'
  2314. node_modules/react-bootstrap/esm/ToastHeader.d.ts
  2315. Imported via "./ToastHeader" from file 'node_modules/react-bootstrap/esm/Toast.d.ts' with packageId 'react-bootstrap/esm/ToastHeader.d.ts@2.2.2'
  2316. Imported via './ToastHeader' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ToastHeader.d.ts@2.2.2'
  2317. Imported via './ToastHeader' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ToastHeader.d.ts@2.2.2'
  2318. node_modules/react-bootstrap/esm/Toast.d.ts
  2319. Imported via './Toast' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Toast.d.ts@2.2.2'
  2320. Imported via './Toast' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Toast.d.ts@2.2.2'
  2321. node_modules/react-bootstrap/esm/ToastBody.d.ts
  2322. Imported via './ToastBody' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ToastBody.d.ts@2.2.2'
  2323. node_modules/react-bootstrap/esm/ToastContainer.d.ts
  2324. Imported via './ToastContainer' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ToastContainer.d.ts@2.2.2'
  2325. Imported via './ToastContainer' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ToastContainer.d.ts@2.2.2'
  2326. node_modules/react-bootstrap/esm/ToggleButton.d.ts
  2327. Imported via './ToggleButton' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ToggleButton.d.ts@2.2.2'
  2328. Imported via './ToggleButton' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ToggleButton.d.ts@2.2.2'
  2329. Imported via "./ToggleButton" from file 'node_modules/react-bootstrap/esm/ToggleButtonGroup.d.ts' with packageId 'react-bootstrap/esm/ToggleButton.d.ts@2.2.2'
  2330. node_modules/react-bootstrap/esm/ToggleButtonGroup.d.ts
  2331. Imported via './ToggleButtonGroup' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ToggleButtonGroup.d.ts@2.2.2'
  2332. Imported via './ToggleButtonGroup' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/ToggleButtonGroup.d.ts@2.2.2'
  2333. node_modules/react-bootstrap/esm/Tooltip.d.ts
  2334. Imported via './Tooltip' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Tooltip.d.ts@2.2.2'
  2335. Imported via './Tooltip' from file 'node_modules/react-bootstrap/esm/index.d.ts' with packageId 'react-bootstrap/esm/Tooltip.d.ts@2.2.2'
  2336. node_modules/react-bootstrap/esm/index.d.ts
  2337. Imported via "react-bootstrap" from file 'components/investmentSelection/InvestmentList.tsx' with packageId 'react-bootstrap/esm/index.d.ts@2.2.2'
  2338. Imported via "react-bootstrap" from file 'components/ui/TableHeader.tsx' with packageId 'react-bootstrap/esm/index.d.ts@2.2.2'
  2339. Imported via "react-bootstrap" from file 'components/investmentSelection/InvestmentItem.tsx' with packageId 'react-bootstrap/esm/index.d.ts@2.2.2'
  2340. Imported via "react-bootstrap" from file 'components/ui/TableItem.tsx' with packageId 'react-bootstrap/esm/index.d.ts@2.2.2'
  2341. Imported via "react-bootstrap" from file 'components/investmentSelection/InvestmentTotals.tsx' with packageId 'react-bootstrap/esm/index.d.ts@2.2.2'
  2342. Imported via "react-bootstrap" from file 'components/Header.tsx' with packageId 'react-bootstrap/esm/index.d.ts@2.2.2'
  2343. Imported via "react-bootstrap" from file 'components/InvestOnJunior.tsx' with packageId 'react-bootstrap/esm/index.d.ts@2.2.2'
  2344. Imported via "react-bootstrap" from file 'lib/NumberInput.tsx' with packageId 'react-bootstrap/esm/index.d.ts@2.2.2'
  2345. Imported via "react-bootstrap" from file 'components/InvestmentArea.tsx' with packageId 'react-bootstrap/esm/index.d.ts@2.2.2'
  2346. Imported via "react-bootstrap" from file 'components/WrongChain.tsx' with packageId 'react-bootstrap/esm/index.d.ts@2.2.2'
  2347. Imported via "react-bootstrap" from file 'components/investmentShow/Agent.tsx' with packageId 'react-bootstrap/esm/index.d.ts@2.2.2'
  2348. Imported via "react-bootstrap" from file 'components/investmentShow/Info.tsx' with packageId 'react-bootstrap/esm/index.d.ts@2.2.2'
  2349. Imported via "react-bootstrap" from file 'components/investmentShow/index.tsx' with packageId 'react-bootstrap/esm/index.d.ts@2.2.2'
  2350. Imported via "react-bootstrap" from file 'pages/_app.tsx' with packageId 'react-bootstrap/esm/index.d.ts@2.2.2'
  2351. components/ui/TableHeader.tsx
  2352. Imported via "../ui/TableHeader" from file 'components/investmentSelection/InvestmentList.tsx'
  2353. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2354. components/ui/TableItem.tsx
  2355. Imported via "../ui/TableItem" from file 'components/investmentSelection/InvestmentItem.tsx'
  2356. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2357. components/investmentSelection/InvestmentItem.tsx
  2358. Imported via "./InvestmentItem" from file 'components/investmentSelection/InvestmentList.tsx'
  2359. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2360. components/investmentSelection/InvestmentList.tsx
  2361. Imported via "./investmentSelection/InvestmentList" from file 'components/ConnectedArea.tsx'
  2362. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2363. components/investmentSelection/InvestmentTotals.tsx
  2364. Imported via "./investmentSelection/InvestmentTotals" from file 'components/ConnectedArea.tsx'
  2365. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2366. components/ConnectedArea.tsx
  2367. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2368. Imported via "../components/ConnectedArea" from file 'pages/index.tsx'
  2369. node_modules/@fortawesome/fontawesome-common-types/index.d.ts
  2370. Imported via '@fortawesome/fontawesome-common-types' from file 'node_modules/@fortawesome/free-brands-svg-icons/index.d.ts' with packageId '@fortawesome/fontawesome-common-types/index.d.ts@6.1.1'
  2371. Imported via '@fortawesome/fontawesome-common-types' from file 'node_modules/@fortawesome/free-brands-svg-icons/index.d.ts' with packageId '@fortawesome/fontawesome-common-types/index.d.ts@6.1.1'
  2372. Imported via '@fortawesome/fontawesome-common-types' from file 'node_modules/@fortawesome/fontawesome-svg-core/index.d.ts' with packageId '@fortawesome/fontawesome-common-types/index.d.ts@6.1.1'
  2373. Imported via '@fortawesome/fontawesome-common-types' from file 'node_modules/@fortawesome/fontawesome-svg-core/index.d.ts' with packageId '@fortawesome/fontawesome-common-types/index.d.ts@6.1.1'
  2374. node_modules/@fortawesome/free-brands-svg-icons/index.d.ts
  2375. Imported via "@fortawesome/free-brands-svg-icons" from file 'components/Footer.tsx' with packageId '@fortawesome/free-brands-svg-icons/index.d.ts@6.1.1'
  2376. Imported via "@fortawesome/free-brands-svg-icons" from file 'pages/_app.tsx' with packageId '@fortawesome/free-brands-svg-icons/index.d.ts@6.1.1'
  2377. node_modules/@fortawesome/fontawesome-svg-core/index.d.ts
  2378. Imported via '@fortawesome/fontawesome-svg-core' from file 'node_modules/@fortawesome/react-fontawesome/index.d.ts' with packageId '@fortawesome/fontawesome-svg-core/index.d.ts@6.1.1'
  2379. Imported via "@fortawesome/fontawesome-svg-core" from file 'pages/_app.tsx' with packageId '@fortawesome/fontawesome-svg-core/index.d.ts@6.1.1'
  2380. node_modules/@fortawesome/react-fontawesome/index.d.ts
  2381. Imported via "@fortawesome/react-fontawesome" from file 'components/Footer.tsx' with packageId '@fortawesome/react-fontawesome/index.d.ts@0.1.18'
  2382. Imported via "@fortawesome/react-fontawesome" from file 'components/investmentSelection/ConnectWallet.tsx' with packageId '@fortawesome/react-fontawesome/index.d.ts@0.1.18'
  2383. components/Footer.tsx
  2384. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2385. Imported via "../components/Footer" from file 'pages/_app.tsx'
  2386. components/Header.tsx
  2387. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2388. Imported via "../components/Header" from file 'pages/_app.tsx'
  2389. lib/NumberInput.tsx
  2390. Imported via "../lib/NumberInput" from file 'components/InvestOnJunior.tsx'
  2391. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2392. components/InvestOnJunior.tsx
  2393. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2394. Imported via "./InvestOnJunior" from file 'components/InvestmentArea.tsx'
  2395. components/InvestmentArea.tsx
  2396. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2397. components/NotFound.tsx
  2398. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2399. Imported via "../../components/NotFound" from file 'pages/investment/[id].tsx'
  2400. components/WrongChain.tsx
  2401. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2402. Imported via "../components/WrongChain" from file 'pages/index.tsx'
  2403. components/investmentSelection/ConnectWallet.tsx
  2404. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2405. Imported via "../components/investmentSelection/ConnectWallet" from file 'pages/index.tsx'
  2406. Imported via "../../components/investmentSelection/ConnectWallet" from file 'pages/investment/[id].tsx'
  2407. components/investmentShow/Agent.tsx
  2408. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2409. Imported via "./Agent" from file 'components/investmentShow/index.tsx'
  2410. components/investmentShow/Info.tsx
  2411. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2412. Imported via "./Info" from file 'components/investmentShow/index.tsx'
  2413. components/investmentShow/Overview.tsx
  2414. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2415. Imported via "./Overview" from file 'components/investmentShow/index.tsx'
  2416. components/investmentShow/index.tsx
  2417. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2418. Imported via "../../components/investmentShow" from file 'pages/investment/[id].tsx'
  2419. pages/_app.tsx
  2420. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2421. pages/index.tsx
  2422. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2423. pages/investment/[id].tsx
  2424. Matched by include pattern '**/*.tsx' in 'tsconfig.json'
  2425. node_modules/@types/invariant/index.d.ts
  2426. Entry point for implicit type library 'invariant' with packageId '@types/invariant/index.d.ts@2.2.35'
  2427. node_modules/@types/json5/index.d.ts
  2428. Entry point for implicit type library 'json5' with packageId '@types/json5/index.d.ts@0.0.29'
  2429. node_modules/@types/pbkdf2/index.d.ts
  2430. Entry point for implicit type library 'pbkdf2' with packageId '@types/pbkdf2/index.d.ts@3.1.0'
  2431. node_modules/@types/react-transition-group/CSSTransition.d.ts
  2432. Imported via './CSSTransition' from file 'node_modules/@types/react-transition-group/index.d.ts' with packageId '@types/react-transition-group/CSSTransition.d.ts@4.4.4'
  2433. node_modules/@types/react-transition-group/TransitionGroup.d.ts
  2434. Imported via './TransitionGroup' from file 'node_modules/@types/react-transition-group/index.d.ts' with packageId '@types/react-transition-group/TransitionGroup.d.ts@4.4.4'
  2435. node_modules/@types/react-transition-group/SwitchTransition.d.ts
  2436. Imported via './SwitchTransition' from file 'node_modules/@types/react-transition-group/index.d.ts' with packageId '@types/react-transition-group/SwitchTransition.d.ts@4.4.4'
  2437. node_modules/@types/react-transition-group/config.d.ts
  2438. Imported via './config' from file 'node_modules/@types/react-transition-group/index.d.ts' with packageId '@types/react-transition-group/config.d.ts@4.4.4'
  2439. node_modules/@types/react-transition-group/index.d.ts
  2440. Entry point for implicit type library 'react-transition-group' with packageId '@types/react-transition-group/index.d.ts@4.4.4'
  2441. node_modules/@types/scheduler/index.d.ts
  2442. Entry point for implicit type library 'scheduler' with packageId '@types/scheduler/index.d.ts@0.16.2'
  2443. node_modules/@types/secp256k1/index.d.ts
  2444. Entry point for implicit type library 'secp256k1' with packageId '@types/secp256k1/index.d.ts@4.0.3'
  2445. node_modules/@types/warning/index.d.ts
  2446. Entry point for implicit type library 'warning' with packageId '@types/warning/index.d.ts@3.0.0'
  2447.  
  2448. Info 90 [09:23:35.997] -----------------------------------------------
  2449. Info 91 [09:23:35.999] FileWatcher:: Added:: WatchInfo: /users/otavio/projetos/nest-investment-front/package.json 250 undefined WatchType: package.json file
  2450. Info 92 [09:23:36.008] AutoImportProviderProject: found 3 root files in 3 dependencies in 8.673167049884796 ms
  2451. Info 93 [09:23:36.008] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1*
  2452. Info 94 [09:23:36.012] DirectoryWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations
  2453. Info 95 [09:23:36.012] Elapsed:: 0.06724995374679565ms DirectoryWatcher:: Added:: WatchInfo: /Users/otavio/Projetos/nest-investment-front/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations
  2454. Info 96 [09:23:36.056] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 47.88262504339218ms
  2455. Info 97 [09:23:36.056] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider)
  2456. Info 98 [09:23:36.058] Files (83)
  2457. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/bytes/lib/index.d.ts
  2458. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/bignumber/lib/bignumber.d.ts
  2459. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/bignumber/lib/fixednumber.d.ts
  2460. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/bignumber/lib/index.d.ts
  2461. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/networks/lib/types.d.ts
  2462. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/networks/lib/index.d.ts
  2463. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/properties/lib/index.d.ts
  2464. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/transactions/lib/index.d.ts
  2465. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/web/lib/index.d.ts
  2466. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/abstract-provider/lib/index.d.ts
  2467. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/assert.d.ts
  2468. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/assert/strict.d.ts
  2469. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/globals.d.ts
  2470. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/async_hooks.d.ts
  2471. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/buffer.d.ts
  2472. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/child_process.d.ts
  2473. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/cluster.d.ts
  2474. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/console.d.ts
  2475. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/constants.d.ts
  2476. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/crypto.d.ts
  2477. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/dgram.d.ts
  2478. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/diagnostics_channel.d.ts
  2479. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/dns.d.ts
  2480. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/dns/promises.d.ts
  2481. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/domain.d.ts
  2482. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/events.d.ts
  2483. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/fs.d.ts
  2484. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/fs/promises.d.ts
  2485. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/http.d.ts
  2486. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/http2.d.ts
  2487. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/https.d.ts
  2488. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/inspector.d.ts
  2489. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/module.d.ts
  2490. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/net.d.ts
  2491. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/os.d.ts
  2492. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/path.d.ts
  2493. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/perf_hooks.d.ts
  2494. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/process.d.ts
  2495. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/punycode.d.ts
  2496. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/querystring.d.ts
  2497. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/readline.d.ts
  2498. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/repl.d.ts
  2499. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/stream.d.ts
  2500. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/stream/promises.d.ts
  2501. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/stream/consumers.d.ts
  2502. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/stream/web.d.ts
  2503. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/string_decoder.d.ts
  2504. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/timers.d.ts
  2505. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/timers/promises.d.ts
  2506. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/tls.d.ts
  2507. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/trace_events.d.ts
  2508. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/tty.d.ts
  2509. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/url.d.ts
  2510. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/util.d.ts
  2511. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/v8.d.ts
  2512. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/vm.d.ts
  2513. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/wasi.d.ts
  2514. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/worker_threads.d.ts
  2515. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/zlib.d.ts
  2516. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/globals.global.d.ts
  2517. /Users/otavio/Projetos/nest-investment-front/node_modules/@types/node/index.d.ts
  2518. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/formatter.d.ts
  2519. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/base-provider.d.ts
  2520. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/abstract-signer/lib/index.d.ts
  2521. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/json-rpc-provider.d.ts
  2522. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/websocket-provider.d.ts
  2523. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/url-json-rpc-provider.d.ts
  2524. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/alchemy-provider.d.ts
  2525. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/ankr-provider.d.ts
  2526. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/cloudflare-provider.d.ts
  2527. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/etherscan-provider.d.ts
  2528. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/fallback-provider.d.ts
  2529. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/ipc-provider.d.ts
  2530. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/infura-provider.d.ts
  2531. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/json-rpc-batch-provider.d.ts
  2532. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/nodesmith-provider.d.ts
  2533. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/pocket-provider.d.ts
  2534. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/web3-provider.d.ts
  2535. /Users/otavio/Projetos/nest-investment-front/node_modules/@ethersproject/providers/lib/index.d.ts
  2536. /Users/otavio/Projetos/nest-investment-front/node_modules/@fortawesome/fontawesome-common-types/index.d.ts
  2537. /Users/otavio/Projetos/nest-investment-front/node_modules/@fortawesome/free-solid-svg-icons/index.d.ts
  2538. /Users/otavio/Projetos/nest-investment-front/node_modules/penpal/lib/index.d.ts
  2539. /Users/otavio/Projetos/nest-investment-front/node_modules/@portis/web3/umd/index.d.ts
  2540.  
  2541.  
  2542. node_modules/@ethersproject/bytes/lib/index.d.ts
  2543. Imported via "@ethersproject/bytes" from file 'node_modules/@ethersproject/bignumber/lib/bignumber.d.ts' with packageId '@ethersproject/bytes/lib/index.d.ts@5.6.1'
  2544. Imported via "@ethersproject/bytes" from file 'node_modules/@ethersproject/bignumber/lib/fixednumber.d.ts' with packageId '@ethersproject/bytes/lib/index.d.ts@5.6.1'
  2545. Imported via "@ethersproject/bytes" from file 'node_modules/@ethersproject/abstract-provider/lib/index.d.ts' with packageId '@ethersproject/bytes/lib/index.d.ts@5.6.1'
  2546. Imported via "@ethersproject/bytes" from file 'node_modules/@ethersproject/transactions/lib/index.d.ts' with packageId '@ethersproject/bytes/lib/index.d.ts@5.6.1'
  2547. Imported via "@ethersproject/bytes" from file 'node_modules/@ethersproject/abstract-signer/lib/index.d.ts' with packageId '@ethersproject/bytes/lib/index.d.ts@5.6.1'
  2548. Imported via "@ethersproject/bytes" from file 'node_modules/@ethersproject/providers/lib/json-rpc-provider.d.ts' with packageId '@ethersproject/bytes/lib/index.d.ts@5.6.1'
  2549. node_modules/@ethersproject/bignumber/lib/bignumber.d.ts
  2550. Imported via "./bignumber" from file 'node_modules/@ethersproject/bignumber/lib/index.d.ts' with packageId '@ethersproject/bignumber/lib/bignumber.d.ts@5.6.0'
  2551. Imported via "./bignumber" from file 'node_modules/@ethersproject/bignumber/lib/fixednumber.d.ts' with packageId '@ethersproject/bignumber/lib/bignumber.d.ts@5.6.0'
  2552. Imported via "./bignumber" from file 'node_modules/@ethersproject/bignumber/lib/index.d.ts' with packageId '@ethersproject/bignumber/lib/bignumber.d.ts@5.6.0'
  2553. node_modules/@ethersproject/bignumber/lib/fixednumber.d.ts
  2554. Imported via "./fixednumber" from file 'node_modules/@ethersproject/bignumber/lib/index.d.ts' with packageId '@ethersproject/bignumber/lib/fixednumber.d.ts@5.6.0'
  2555. node_modules/@ethersproject/bignumber/lib/index.d.ts
  2556. Imported via "@ethersproject/bignumber" from file 'node_modules/@ethersproject/abstract-provider/lib/index.d.ts' with packageId '@ethersproject/bignumber/lib/index.d.ts@5.6.0'
  2557. Imported via "@ethersproject/bignumber" from file 'node_modules/@ethersproject/transactions/lib/index.d.ts' with packageId '@ethersproject/bignumber/lib/index.d.ts@5.6.0'
  2558. Imported via "@ethersproject/bignumber" from file 'node_modules/@ethersproject/providers/lib/base-provider.d.ts' with packageId '@ethersproject/bignumber/lib/index.d.ts@5.6.0'
  2559. Imported via "@ethersproject/bignumber" from file 'node_modules/@ethersproject/providers/lib/formatter.d.ts' with packageId '@ethersproject/bignumber/lib/index.d.ts@5.6.0'
  2560. Imported via "@ethersproject/bignumber" from file 'node_modules/@ethersproject/abstract-signer/lib/index.d.ts' with packageId '@ethersproject/bignumber/lib/index.d.ts@5.6.0'
  2561. node_modules/@ethersproject/networks/lib/types.d.ts
  2562. Imported via "./types" from file 'node_modules/@ethersproject/networks/lib/index.d.ts' with packageId '@ethersproject/networks/lib/types.d.ts@5.6.1'
  2563. node_modules/@ethersproject/networks/lib/index.d.ts
  2564. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/abstract-provider/lib/index.d.ts' with packageId '@ethersproject/networks/lib/index.d.ts@5.6.1'
  2565. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/networks/lib/index.d.ts@5.6.1'
  2566. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/networks/lib/index.d.ts@5.6.1'
  2567. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/base-provider.d.ts' with packageId '@ethersproject/networks/lib/index.d.ts@5.6.1'
  2568. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/alchemy-provider.d.ts' with packageId '@ethersproject/networks/lib/index.d.ts@5.6.1'
  2569. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/websocket-provider.d.ts' with packageId '@ethersproject/networks/lib/index.d.ts@5.6.1'
  2570. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/json-rpc-provider.d.ts' with packageId '@ethersproject/networks/lib/index.d.ts@5.6.1'
  2571. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/url-json-rpc-provider.d.ts' with packageId '@ethersproject/networks/lib/index.d.ts@5.6.1'
  2572. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/ankr-provider.d.ts' with packageId '@ethersproject/networks/lib/index.d.ts@5.6.1'
  2573. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/cloudflare-provider.d.ts' with packageId '@ethersproject/networks/lib/index.d.ts@5.6.1'
  2574. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/etherscan-provider.d.ts' with packageId '@ethersproject/networks/lib/index.d.ts@5.6.1'
  2575. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/fallback-provider.d.ts' with packageId '@ethersproject/networks/lib/index.d.ts@5.6.1'
  2576. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/ipc-provider.d.ts' with packageId '@ethersproject/networks/lib/index.d.ts@5.6.1'
  2577. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/infura-provider.d.ts' with packageId '@ethersproject/networks/lib/index.d.ts@5.6.1'
  2578. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/nodesmith-provider.d.ts' with packageId '@ethersproject/networks/lib/index.d.ts@5.6.1'
  2579. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/pocket-provider.d.ts' with packageId '@ethersproject/networks/lib/index.d.ts@5.6.1'
  2580. Imported via "@ethersproject/networks" from file 'node_modules/@ethersproject/providers/lib/web3-provider.d.ts' with packageId '@ethersproject/networks/lib/index.d.ts@5.6.1'
  2581. node_modules/@ethersproject/properties/lib/index.d.ts
  2582. Imported via "@ethersproject/properties" from file 'node_modules/@ethersproject/abstract-provider/lib/index.d.ts' with packageId '@ethersproject/properties/lib/index.d.ts@5.6.0'
  2583. Imported via "@ethersproject/properties" from file 'node_modules/@ethersproject/providers/lib/base-provider.d.ts' with packageId '@ethersproject/properties/lib/index.d.ts@5.6.0'
  2584. Imported via "@ethersproject/properties" from file 'node_modules/@ethersproject/abstract-signer/lib/index.d.ts' with packageId '@ethersproject/properties/lib/index.d.ts@5.6.0'
  2585. Imported via "@ethersproject/properties" from file 'node_modules/@ethersproject/providers/lib/json-rpc-provider.d.ts' with packageId '@ethersproject/properties/lib/index.d.ts@5.6.0'
  2586. node_modules/@ethersproject/transactions/lib/index.d.ts
  2587. Imported via "@ethersproject/transactions" from file 'node_modules/@ethersproject/abstract-provider/lib/index.d.ts' with packageId '@ethersproject/transactions/lib/index.d.ts@5.6.0'
  2588. Imported via "@ethersproject/transactions" from file 'node_modules/@ethersproject/providers/lib/base-provider.d.ts' with packageId '@ethersproject/transactions/lib/index.d.ts@5.6.0'
  2589. Imported via "@ethersproject/transactions" from file 'node_modules/@ethersproject/providers/lib/formatter.d.ts' with packageId '@ethersproject/transactions/lib/index.d.ts@5.6.0'
  2590. Imported via "@ethersproject/transactions" from file 'node_modules/@ethersproject/providers/lib/json-rpc-provider.d.ts' with packageId '@ethersproject/transactions/lib/index.d.ts@5.6.0'
  2591. node_modules/@ethersproject/web/lib/index.d.ts
  2592. Imported via "@ethersproject/web" from file 'node_modules/@ethersproject/abstract-provider/lib/index.d.ts' with packageId '@ethersproject/web/lib/index.d.ts@5.6.0'
  2593. Imported via "@ethersproject/web" from file 'node_modules/@ethersproject/providers/lib/alchemy-provider.d.ts' with packageId '@ethersproject/web/lib/index.d.ts@5.6.0'
  2594. Imported via "@ethersproject/web" from file 'node_modules/@ethersproject/providers/lib/json-rpc-provider.d.ts' with packageId '@ethersproject/web/lib/index.d.ts@5.6.0'
  2595. Imported via "@ethersproject/web" from file 'node_modules/@ethersproject/providers/lib/url-json-rpc-provider.d.ts' with packageId '@ethersproject/web/lib/index.d.ts@5.6.0'
  2596. Imported via "@ethersproject/web" from file 'node_modules/@ethersproject/providers/lib/ankr-provider.d.ts' with packageId '@ethersproject/web/lib/index.d.ts@5.6.0'
  2597. Imported via "@ethersproject/web" from file 'node_modules/@ethersproject/providers/lib/infura-provider.d.ts' with packageId '@ethersproject/web/lib/index.d.ts@5.6.0'
  2598. Imported via "@ethersproject/web" from file 'node_modules/@ethersproject/providers/lib/pocket-provider.d.ts' with packageId '@ethersproject/web/lib/index.d.ts@5.6.0'
  2599. node_modules/@ethersproject/abstract-provider/lib/index.d.ts
  2600. Imported via "@ethersproject/abstract-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/abstract-provider/lib/index.d.ts@5.6.0'
  2601. Imported via "@ethersproject/abstract-provider" from file 'node_modules/@ethersproject/providers/lib/base-provider.d.ts' with packageId '@ethersproject/abstract-provider/lib/index.d.ts@5.6.0'
  2602. Imported via "@ethersproject/abstract-provider" from file 'node_modules/@ethersproject/providers/lib/formatter.d.ts' with packageId '@ethersproject/abstract-provider/lib/index.d.ts@5.6.0'
  2603. Imported via "@ethersproject/abstract-provider" from file 'node_modules/@ethersproject/providers/lib/json-rpc-provider.d.ts' with packageId '@ethersproject/abstract-provider/lib/index.d.ts@5.6.0'
  2604. Imported via "@ethersproject/abstract-provider" from file 'node_modules/@ethersproject/abstract-signer/lib/index.d.ts' with packageId '@ethersproject/abstract-provider/lib/index.d.ts@5.6.0'
  2605. Imported via "@ethersproject/abstract-provider" from file 'node_modules/@ethersproject/providers/lib/etherscan-provider.d.ts' with packageId '@ethersproject/abstract-provider/lib/index.d.ts@5.6.0'
  2606. Imported via "@ethersproject/abstract-provider" from file 'node_modules/@ethersproject/providers/lib/fallback-provider.d.ts' with packageId '@ethersproject/abstract-provider/lib/index.d.ts@5.6.0'
  2607. node_modules/@types/node/assert.d.ts
  2608. Referenced via 'assert.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2609. node_modules/@types/node/assert/strict.d.ts
  2610. Referenced via 'assert/strict.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2611. node_modules/@types/node/globals.d.ts
  2612. Referenced via 'globals.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2613. node_modules/@types/node/async_hooks.d.ts
  2614. Referenced via 'async_hooks.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2615. node_modules/@types/node/buffer.d.ts
  2616. Referenced via 'buffer.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2617. node_modules/@types/node/child_process.d.ts
  2618. Referenced via 'child_process.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2619. node_modules/@types/node/cluster.d.ts
  2620. Referenced via 'cluster.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2621. node_modules/@types/node/console.d.ts
  2622. Referenced via 'console.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2623. node_modules/@types/node/constants.d.ts
  2624. Referenced via 'constants.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2625. node_modules/@types/node/crypto.d.ts
  2626. Referenced via 'crypto.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2627. node_modules/@types/node/dgram.d.ts
  2628. Referenced via 'dgram.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2629. node_modules/@types/node/diagnostics_channel.d.ts
  2630. Referenced via 'diagnostics_channel.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2631. node_modules/@types/node/dns.d.ts
  2632. Referenced via 'dns.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2633. node_modules/@types/node/dns/promises.d.ts
  2634. Referenced via 'dns/promises.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2635. Referenced via 'dns/promises.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2636. node_modules/@types/node/domain.d.ts
  2637. Referenced via 'domain.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2638. node_modules/@types/node/events.d.ts
  2639. Referenced via 'events.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2640. node_modules/@types/node/fs.d.ts
  2641. Referenced via 'fs.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2642. node_modules/@types/node/fs/promises.d.ts
  2643. Referenced via 'fs/promises.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2644. node_modules/@types/node/http.d.ts
  2645. Referenced via 'http.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2646. node_modules/@types/node/http2.d.ts
  2647. Referenced via 'http2.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2648. node_modules/@types/node/https.d.ts
  2649. Referenced via 'https.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2650. node_modules/@types/node/inspector.d.ts
  2651. Referenced via 'inspector.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2652. node_modules/@types/node/module.d.ts
  2653. Referenced via 'module.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2654. node_modules/@types/node/net.d.ts
  2655. Referenced via 'net.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2656. node_modules/@types/node/os.d.ts
  2657. Referenced via 'os.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2658. node_modules/@types/node/path.d.ts
  2659. Referenced via 'path.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2660. node_modules/@types/node/perf_hooks.d.ts
  2661. Referenced via 'perf_hooks.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2662. node_modules/@types/node/process.d.ts
  2663. Referenced via 'process.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2664. node_modules/@types/node/punycode.d.ts
  2665. Referenced via 'punycode.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2666. node_modules/@types/node/querystring.d.ts
  2667. Referenced via 'querystring.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2668. node_modules/@types/node/readline.d.ts
  2669. Referenced via 'readline.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2670. node_modules/@types/node/repl.d.ts
  2671. Referenced via 'repl.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2672. node_modules/@types/node/stream.d.ts
  2673. Referenced via 'stream.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2674. node_modules/@types/node/stream/promises.d.ts
  2675. Referenced via 'stream/promises.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2676. node_modules/@types/node/stream/consumers.d.ts
  2677. Referenced via 'stream/consumers.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2678. node_modules/@types/node/stream/web.d.ts
  2679. Referenced via 'stream/web.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2680. node_modules/@types/node/string_decoder.d.ts
  2681. Referenced via 'string_decoder.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2682. node_modules/@types/node/timers.d.ts
  2683. Referenced via 'timers.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2684. node_modules/@types/node/timers/promises.d.ts
  2685. Referenced via 'timers/promises.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2686. node_modules/@types/node/tls.d.ts
  2687. Referenced via 'tls.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2688. node_modules/@types/node/trace_events.d.ts
  2689. Referenced via 'trace_events.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2690. node_modules/@types/node/tty.d.ts
  2691. Referenced via 'tty.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2692. node_modules/@types/node/url.d.ts
  2693. Referenced via 'url.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2694. node_modules/@types/node/util.d.ts
  2695. Referenced via 'util.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2696. node_modules/@types/node/v8.d.ts
  2697. Referenced via 'v8.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2698. node_modules/@types/node/vm.d.ts
  2699. Referenced via 'vm.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2700. node_modules/@types/node/wasi.d.ts
  2701. Referenced via 'wasi.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2702. node_modules/@types/node/worker_threads.d.ts
  2703. Referenced via 'worker_threads.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2704. node_modules/@types/node/zlib.d.ts
  2705. Referenced via 'zlib.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2706. node_modules/@types/node/globals.global.d.ts
  2707. Referenced via 'globals.global.d.ts' from file 'node_modules/@types/node/index.d.ts'
  2708. node_modules/@types/node/index.d.ts
  2709. Type library referenced via 'node' from file 'node_modules/@ethersproject/providers/lib/base-provider.d.ts' with packageId '@types/node/index.d.ts@17.0.23'
  2710. node_modules/@ethersproject/providers/lib/formatter.d.ts
  2711. Imported via "./formatter" from file 'node_modules/@ethersproject/providers/lib/base-provider.d.ts' with packageId '@ethersproject/providers/lib/formatter.d.ts@5.6.2'
  2712. Imported via "./formatter" from file 'node_modules/@ethersproject/providers/lib/alchemy-provider.d.ts' with packageId '@ethersproject/providers/lib/formatter.d.ts@5.6.2'
  2713. Imported via "./formatter" from file 'node_modules/@ethersproject/providers/lib/url-json-rpc-provider.d.ts' with packageId '@ethersproject/providers/lib/formatter.d.ts@5.6.2'
  2714. Imported via "./formatter" from file 'node_modules/@ethersproject/providers/lib/infura-provider.d.ts' with packageId '@ethersproject/providers/lib/formatter.d.ts@5.6.2'
  2715. Imported via "./formatter" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/formatter.d.ts@5.6.2'
  2716. node_modules/@ethersproject/providers/lib/base-provider.d.ts
  2717. Imported via "./base-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/base-provider.d.ts@5.6.2'
  2718. Imported via "./base-provider" from file 'node_modules/@ethersproject/providers/lib/websocket-provider.d.ts' with packageId '@ethersproject/providers/lib/base-provider.d.ts@5.6.2'
  2719. Imported via "./base-provider" from file 'node_modules/@ethersproject/providers/lib/json-rpc-provider.d.ts' with packageId '@ethersproject/providers/lib/base-provider.d.ts@5.6.2'
  2720. Imported via "./base-provider" from file 'node_modules/@ethersproject/providers/lib/etherscan-provider.d.ts' with packageId '@ethersproject/providers/lib/base-provider.d.ts@5.6.2'
  2721. Imported via "./base-provider" from file 'node_modules/@ethersproject/providers/lib/fallback-provider.d.ts' with packageId '@ethersproject/providers/lib/base-provider.d.ts@5.6.2'
  2722. node_modules/@ethersproject/abstract-signer/lib/index.d.ts
  2723. Imported via "@ethersproject/abstract-signer" from file 'node_modules/@ethersproject/providers/lib/json-rpc-provider.d.ts' with packageId '@ethersproject/abstract-signer/lib/index.d.ts@5.6.0'
  2724. node_modules/@ethersproject/providers/lib/json-rpc-provider.d.ts
  2725. Imported via "./json-rpc-provider" from file 'node_modules/@ethersproject/providers/lib/websocket-provider.d.ts' with packageId '@ethersproject/providers/lib/json-rpc-provider.d.ts@5.6.2'
  2726. Imported via "./json-rpc-provider" from file 'node_modules/@ethersproject/providers/lib/url-json-rpc-provider.d.ts' with packageId '@ethersproject/providers/lib/json-rpc-provider.d.ts@5.6.2'
  2727. Imported via "./json-rpc-provider" from file 'node_modules/@ethersproject/providers/lib/ipc-provider.d.ts' with packageId '@ethersproject/providers/lib/json-rpc-provider.d.ts@5.6.2'
  2728. Imported via "./json-rpc-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/json-rpc-provider.d.ts@5.6.2'
  2729. Imported via "./json-rpc-provider" from file 'node_modules/@ethersproject/providers/lib/json-rpc-batch-provider.d.ts' with packageId '@ethersproject/providers/lib/json-rpc-provider.d.ts@5.6.2'
  2730. Imported via "./json-rpc-provider" from file 'node_modules/@ethersproject/providers/lib/web3-provider.d.ts' with packageId '@ethersproject/providers/lib/json-rpc-provider.d.ts@5.6.2'
  2731. node_modules/@ethersproject/providers/lib/websocket-provider.d.ts
  2732. Imported via "./websocket-provider" from file 'node_modules/@ethersproject/providers/lib/alchemy-provider.d.ts' with packageId '@ethersproject/providers/lib/websocket-provider.d.ts@5.6.2'
  2733. Imported via "./websocket-provider" from file 'node_modules/@ethersproject/providers/lib/infura-provider.d.ts' with packageId '@ethersproject/providers/lib/websocket-provider.d.ts@5.6.2'
  2734. Imported via "./websocket-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/websocket-provider.d.ts@5.6.2'
  2735. node_modules/@ethersproject/providers/lib/url-json-rpc-provider.d.ts
  2736. Imported via "./url-json-rpc-provider" from file 'node_modules/@ethersproject/providers/lib/alchemy-provider.d.ts' with packageId '@ethersproject/providers/lib/url-json-rpc-provider.d.ts@5.6.2'
  2737. Imported via "./url-json-rpc-provider" from file 'node_modules/@ethersproject/providers/lib/ankr-provider.d.ts' with packageId '@ethersproject/providers/lib/url-json-rpc-provider.d.ts@5.6.2'
  2738. Imported via "./url-json-rpc-provider" from file 'node_modules/@ethersproject/providers/lib/cloudflare-provider.d.ts' with packageId '@ethersproject/providers/lib/url-json-rpc-provider.d.ts@5.6.2'
  2739. Imported via "./url-json-rpc-provider" from file 'node_modules/@ethersproject/providers/lib/infura-provider.d.ts' with packageId '@ethersproject/providers/lib/url-json-rpc-provider.d.ts@5.6.2'
  2740. Imported via "./url-json-rpc-provider" from file 'node_modules/@ethersproject/providers/lib/nodesmith-provider.d.ts' with packageId '@ethersproject/providers/lib/url-json-rpc-provider.d.ts@5.6.2'
  2741. Imported via "./url-json-rpc-provider" from file 'node_modules/@ethersproject/providers/lib/pocket-provider.d.ts' with packageId '@ethersproject/providers/lib/url-json-rpc-provider.d.ts@5.6.2'
  2742. Imported via "./url-json-rpc-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/url-json-rpc-provider.d.ts@5.6.2'
  2743. node_modules/@ethersproject/providers/lib/alchemy-provider.d.ts
  2744. Imported via "./alchemy-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/alchemy-provider.d.ts@5.6.2'
  2745. node_modules/@ethersproject/providers/lib/ankr-provider.d.ts
  2746. Imported via "./ankr-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/ankr-provider.d.ts@5.6.2'
  2747. node_modules/@ethersproject/providers/lib/cloudflare-provider.d.ts
  2748. Imported via "./cloudflare-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/cloudflare-provider.d.ts@5.6.2'
  2749. node_modules/@ethersproject/providers/lib/etherscan-provider.d.ts
  2750. Imported via "./etherscan-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/etherscan-provider.d.ts@5.6.2'
  2751. node_modules/@ethersproject/providers/lib/fallback-provider.d.ts
  2752. Imported via "./fallback-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/fallback-provider.d.ts@5.6.2'
  2753. node_modules/@ethersproject/providers/lib/ipc-provider.d.ts
  2754. Imported via "./ipc-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/ipc-provider.d.ts@5.6.2'
  2755. node_modules/@ethersproject/providers/lib/infura-provider.d.ts
  2756. Imported via "./infura-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/infura-provider.d.ts@5.6.2'
  2757. node_modules/@ethersproject/providers/lib/json-rpc-batch-provider.d.ts
  2758. Imported via "./json-rpc-batch-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/json-rpc-batch-provider.d.ts@5.6.2'
  2759. node_modules/@ethersproject/providers/lib/nodesmith-provider.d.ts
  2760. Imported via "./nodesmith-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/nodesmith-provider.d.ts@5.6.2'
  2761. node_modules/@ethersproject/providers/lib/pocket-provider.d.ts
  2762. Imported via "./pocket-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/pocket-provider.d.ts@5.6.2'
  2763. node_modules/@ethersproject/providers/lib/web3-provider.d.ts
  2764. Imported via "./web3-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/web3-provider.d.ts@5.6.2'
  2765. Imported via "./web3-provider" from file 'node_modules/@ethersproject/providers/lib/index.d.ts' with packageId '@ethersproject/providers/lib/web3-provider.d.ts@5.6.2'
  2766. node_modules/@ethersproject/providers/lib/index.d.ts
  2767. Root file specified for compilation
  2768. node_modules/@fortawesome/fontawesome-common-types/index.d.ts
  2769. Imported via '@fortawesome/fontawesome-common-types' from file 'node_modules/@fortawesome/free-solid-svg-icons/index.d.ts' with packageId '@fortawesome/fontawesome-common-types/index.d.ts@6.1.1'
  2770. Imported via '@fortawesome/fontawesome-common-types' from file 'node_modules/@fortawesome/free-solid-svg-icons/index.d.ts' with packageId '@fortawesome/fontawesome-common-types/index.d.ts@6.1.1'
  2771. node_modules/@fortawesome/free-solid-svg-icons/index.d.ts
  2772. Root file specified for compilation
  2773. node_modules/penpal/lib/index.d.ts
  2774. Imported via 'penpal' from file 'node_modules/@portis/web3/umd/index.d.ts' with packageId 'penpal/lib/index.d.ts@3.0.7'
  2775. node_modules/@portis/web3/umd/index.d.ts
  2776. Root file specified for compilation
  2777.  
  2778. Info 99 [09:23:36.058] -----------------------------------------------
  2779. Info 100 [09:23:36.058] event:
  2780. {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/Users/otavio/Projetos/nest-investment-front/tsconfig.json"}}
  2781. Info 101 [09:23:36.059] event:
  2782. {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"f9de997dcae1e835e0dc06cb755db6c09c3be76cec77ce57b7c455a0a6587e93","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":18,"tsSize":24653,"tsx":22,"tsxSize":28634,"dts":422,"dtsSize":4904073,"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"}}}
  2783. Info 102 [09:23:36.061] event:
  2784. {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx","configFile":"/Users/otavio/Projetos/nest-investment-front/tsconfig.json","diagnostics":[]}}
  2785. Info 103 [09:23:36.064] Project '/Users/otavio/Projetos/nest-investment-front/tsconfig.json' (Configured)
  2786. Info 103 [09:23:36.064] Files (466)
  2787.  
  2788. Info 103 [09:23:36.064] -----------------------------------------------
  2789. Info 103 [09:23:36.064] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider)
  2790. Info 103 [09:23:36.064] Files (83)
  2791.  
  2792. Info 103 [09:23:36.064] -----------------------------------------------
  2793. Info 103 [09:23:36.064] Open files:
  2794. Info 103 [09:23:36.064] FileName: /Users/otavio/Projetos/nest-investment-front/pages/_app.tsx ProjectRootPath: /Users/otavio/Projetos/nest-investment-front
  2795. Info 103 [09:23:36.064] Projects: /Users/otavio/Projetos/nest-investment-front/tsconfig.json
  2796. Perf 103 [09:23:36.064] 2::updateOpen: elapsed time (in milliseconds) 1412.0215
  2797. Info 104 [09:23:36.064] response:
  2798. {"seq":0,"type":"response","command":"updateOpen","request_seq":2,"success":true,"performanceData":{"updateGraphDurationMs":1336.7296250462532,"createAutoImportProviderProgramDurationMs":59.13512498140335},"body":true}
  2799. Info 105 [09:23:36.065] request:
  2800. {"seq":5,"type":"request","command":"updateOpen","arguments":{"changedFiles":[{"fileName":"/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx","textChanges":[{"newText":" \n","start":{"line":20,"offset":1},"end":{"line":20,"offset":1}}]}],"closedFiles":[],"openFiles":[]}}
  2801. Perf 106 [09:23:36.065] 5::updateOpen: elapsed time (in milliseconds) 0.2718
  2802. Info 107 [09:23:36.065] response:
  2803. {"seq":0,"type":"response","command":"updateOpen","request_seq":5,"success":true,"body":true}
  2804. Info 108 [09:23:36.065] request:
  2805. {"seq":6,"type":"request","command":"updateOpen","arguments":{"changedFiles":[{"fileName":"/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx","textChanges":[{"newText":"<","start":{"line":20,"offset":7},"end":{"line":20,"offset":7}}]}],"closedFiles":[],"openFiles":[]}}
  2806. Perf 109 [09:23:36.066] 6::updateOpen: elapsed time (in milliseconds) 0.4160
  2807. Info 110 [09:23:36.066] response:
  2808. {"seq":0,"type":"response","command":"updateOpen","request_seq":6,"success":true,"body":true}
  2809. Info 111 [09:23:36.066] request:
  2810. {"seq":8,"type":"request","command":"configure","arguments":{"file":"/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx","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}}}
  2811. Info 112 [09:23:36.066] Host configuration update for file /Users/otavio/Projetos/nest-investment-front/pages/_app.tsx
  2812. Info 113 [09:23:36.066] response:
  2813. {"seq":0,"type":"response","command":"configure","request_seq":8,"success":true}
  2814. Perf 114 [09:23:36.066] 8::configure: async elapsed time (in milliseconds) 0.1802
  2815. Info 115 [09:23:36.066] request:
  2816. {"seq":10,"type":"request","command":"updateOpen","arguments":{"changedFiles":[{"fileName":"/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx","textChanges":[{"newText":"di","start":{"line":20,"offset":8},"end":{"line":20,"offset":8}}]}],"closedFiles":[],"openFiles":[]}}
  2817. Perf 116 [09:23:36.066] 10::updateOpen: elapsed time (in milliseconds) 0.0756
  2818. Info 117 [09:23:36.066] response:
  2819. {"seq":0,"type":"response","command":"updateOpen","request_seq":10,"success":true,"body":true}
  2820. Info 118 [09:23:36.066] request:
  2821. {"seq":11,"type":"request","command":"completionInfo","arguments":{"file":"/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx","line":20,"offset":10,"includeExternalModuleExports":true,"includeInsertTextCompletions":true,"includeAutomaticOptionalChainCompletions":true}}
  2822. Info 119 [09:23:36.066] Starting updateGraphWorker: Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json
  2823. Info 120 [09:23:36.076] Finishing updateGraphWorker: Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 9.260959029197693ms
  2824. Info 121 [09:23:36.076] Different program with same set of files
  2825. Info 122 [09:23:36.091] getCompletionData: Get current token: 0.034790992736816406
  2826. Info 123 [09:23:36.091] getCompletionData: Is inside comment: 0.050792038440704346
  2827. Info 124 [09:23:36.091] getCompletionData: Get previous token: 0.06125003099441528
  2828. Info 125 [09:23:36.092] getCompletionsAtPosition: isCompletionListBlocker: 0.11929196119308472
  2829. Info 126 [09:23:36.096] getExportInfoMap: cache miss or empty; calculating new results
  2830. Info 127 [09:23:36.117] response:
  2831. {"seq":0,"type":"response","command":"completionInfo","request_seq":11,"success":true,"performanceData":{"updateGraphDurationMs":9.260959029197693},"body":{"canceled":true}}
  2832. Info 128 [09:23:36.229] request:
  2833. {"seq":15,"type":"request","command":"updateOpen","arguments":{"changedFiles":[{"fileName":"/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx","textChanges":[{"newText":"v ","start":{"line":20,"offset":10},"end":{"line":20,"offset":10}}]}],"closedFiles":[],"openFiles":[]}}
  2834. Perf 129 [09:23:36.229] 15::updateOpen: elapsed time (in milliseconds) 0.1628
  2835. Info 130 [09:23:36.229] response:
  2836. {"seq":0,"type":"response","command":"updateOpen","request_seq":15,"success":true,"body":true}
  2837. Info 131 [09:23:36.233] request:
  2838. {"seq":16,"type":"request","command":"updateOpen","arguments":{"changedFiles":[{"fileName":"/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx","textChanges":[{"newText":"i","start":{"line":20,"offset":12},"end":{"line":20,"offset":12}}]}],"closedFiles":[],"openFiles":[]}}
  2839. Perf 132 [09:23:36.233] 16::updateOpen: elapsed time (in milliseconds) 0.1585
  2840. Info 133 [09:23:36.233] response:
  2841. {"seq":0,"type":"response","command":"updateOpen","request_seq":16,"success":true,"body":true}
  2842. Info 134 [09:23:36.233] request:
  2843. {"seq":17,"type":"request","command":"configure","arguments":{"file":"/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx","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}}}
  2844. Info 135 [09:23:36.233] Host configuration update for file /Users/otavio/Projetos/nest-investment-front/pages/_app.tsx
  2845. Info 136 [09:23:36.233] response:
  2846. {"seq":0,"type":"response","command":"configure","request_seq":17,"success":true}
  2847. Perf 137 [09:23:36.233] 17::configure: async elapsed time (in milliseconds) 0.1058
  2848. Info 138 [09:23:36.233] request:
  2849. {"seq":18,"type":"request","command":"configure","arguments":{"file":"/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx","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}}}
  2850. Info 139 [09:23:36.233] Host configuration update for file /Users/otavio/Projetos/nest-investment-front/pages/_app.tsx
  2851. Info 140 [09:23:36.233] response:
  2852. {"seq":0,"type":"response","command":"configure","request_seq":18,"success":true}
  2853. Perf 141 [09:23:36.233] 18::configure: async elapsed time (in milliseconds) 0.0735
  2854. Info 142 [09:23:36.233] request:
  2855. {"seq":19,"type":"request","command":"completionInfo","arguments":{"file":"/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx","line":20,"offset":13,"includeExternalModuleExports":true,"includeInsertTextCompletions":true,"includeAutomaticOptionalChainCompletions":true}}
  2856. Info 143 [09:23:36.233] Starting updateGraphWorker: Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json
  2857. Info 144 [09:23:36.242] Finishing updateGraphWorker: Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 8.903083980083466ms
  2858. Info 145 [09:23:36.242] Different program with same set of files
  2859. Info 146 [09:23:36.243] getCompletionData: Get current token: 0.01808297634124756
  2860. Info 147 [09:23:36.243] getCompletionData: Is inside comment: 0.03466600179672241
  2861. Info 148 [09:23:36.243] getCompletionData: Get previous token: 0.06287497282028198
  2862. Info 149 [09:23:36.243] getCompletionsAtPosition: isCompletionListBlocker: 0.058375000953674316
  2863. Info 150 [09:23:36.291] getCompletionData: Semantic work: 47.68758398294449
  2864. Info 151 [09:23:36.316] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 23.34724998474121
  2865. Perf 152 [09:23:36.316] 19::completionInfo: elapsed time (in milliseconds) 82.6873
  2866. Info 153 [09:23:36.316] response:
  2867. {"seq":0,"type":"response","command":"completionInfo","request_seq":19,"success":true,"performanceData":{"updateGraphDurationMs":8.903083980083466},"body":{"isGlobalCompletion":false,"isMemberCompletion":true,"isNewIdentifierLocation":false,"optionalReplacementSpan":{"start":{"line":20,"offset":12},"end":{"line":20,"offset":13}},"entries":[{"name":"about","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"about=\"$1\"","isSnippet":true},{"name":"accessKey","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"accessKey=\"$1\"","isSnippet":true},{"name":"aria-activedescendant","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-activedescendant=\"$1\"","isSnippet":true},{"name":"aria-atomic","kind":"property","kindModifiers":"declare,optional","sortText":"12"},{"name":"aria-autocomplete","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-autocomplete=\"$1\"","isSnippet":true},{"name":"aria-busy","kind":"property","kindModifiers":"declare,optional","sortText":"12"},{"name":"aria-checked","kind":"property","kindModifiers":"declare,optional","sortText":"12"},{"name":"aria-colcount","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-colcount={$1}","isSnippet":true},{"name":"aria-colindex","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-colindex={$1}","isSnippet":true},{"name":"aria-colspan","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-colspan={$1}","isSnippet":true},{"name":"aria-controls","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-controls=\"$1\"","isSnippet":true},{"name":"aria-current","kind":"property","kindModifiers":"declare,optional","sortText":"12"},{"name":"aria-describedby","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-describedby=\"$1\"","isSnippet":true},{"name":"aria-details","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-details=\"$1\"","isSnippet":true},{"name":"aria-disabled","kind":"property","kindModifiers":"declare,optional","sortText":"12"},{"name":"aria-errormessage","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-errormessage=\"$1\"","isSnippet":true},{"name":"aria-expanded","kind":"property","kindModifiers":"declare,optional","sortText":"12"},{"name":"aria-flowto","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-flowto=\"$1\"","isSnippet":true},{"name":"aria-haspopup","kind":"property","kindModifiers":"declare,optional","sortText":"12"},{"name":"aria-hidden","kind":"property","kindModifiers":"declare,optional","sortText":"12"},{"name":"aria-invalid","kind":"property","kindModifiers":"declare,optional","sortText":"12"},{"name":"aria-keyshortcuts","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-keyshortcuts=\"$1\"","isSnippet":true},{"name":"aria-label","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-label=\"$1\"","isSnippet":true},{"name":"aria-labelledby","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-labelledby=\"$1\"","isSnippet":true},{"name":"aria-level","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-level={$1}","isSnippet":true},{"name":"aria-live","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-live=\"$1\"","isSnippet":true},{"name":"aria-modal","kind":"property","kindModifiers":"declare,optional","sortText":"12"},{"name":"aria-multiline","kind":"property","kindModifiers":"declare,optional","sortText":"12"},{"name":"aria-multiselectable","kind":"property","kindModifiers":"declare,optional","sortText":"12"},{"name":"aria-orientation","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-orientation=\"$1\"","isSnippet":true},{"name":"aria-owns","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-owns=\"$1\"","isSnippet":true},{"name":"aria-placeholder","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-placeholder=\"$1\"","isSnippet":true},{"name":"aria-posinset","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-posinset={$1}","isSnippet":true},{"name":"aria-pressed","kind":"property","kindModifiers":"declare,optional","sortText":"12"},{"name":"aria-readonly","kind":"property","kindModifiers":"declare,optional","sortText":"12"},{"name":"aria-relevant","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-relevant=\"$1\"","isSnippet":true},{"name":"aria-required","kind":"property","kindModifiers":"declare,optional","sortText":"12"},{"name":"aria-roledescription","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-roledescription=\"$1\"","isSnippet":true},{"name":"aria-rowcount","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-rowcount={$1}","isSnippet":true},{"name":"aria-rowindex","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-rowindex={$1}","isSnippet":true},{"name":"aria-rowspan","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-rowspan={$1}","isSnippet":true},{"name":"aria-selected","kind":"property","kindModifiers":"declare,optional","sortText":"12"},{"name":"aria-setsize","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-setsize={$1}","isSnippet":true},{"name":"aria-sort","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-sort=\"$1\"","isSnippet":true},{"name":"aria-valuemax","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-valuemax={$1}","isSnippet":true},{"name":"aria-valuemin","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-valuemin={$1}","isSnippet":true},{"name":"aria-valuenow","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-valuenow={$1}","isSnippet":true},{"name":"aria-valuetext","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"aria-valuetext=\"$1\"","isSnippet":true},{"name":"autoCapitalize","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"autoCapitalize=\"$1\"","isSnippet":true},{"name":"autoCorrect","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"autoCorrect=\"$1\"","isSnippet":true},{"name":"autoSave","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"autoSave=\"$1\"","isSnippet":true},{"name":"children","kind":"property","kindModifiers":"declare,optional","sortText":"12"},{"name":"className","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"className=\"$1\"","isSnippet":true},{"name":"color","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"color=\"$1\"","isSnippet":true},{"name":"contentEditable","kind":"property","kindModifiers":"declare,optional","sortText":"12"},{"name":"contextMenu","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"contextMenu=\"$1\"","isSnippet":true},{"name":"dangerouslySetInnerHTML","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"dangerouslySetInnerHTML={$1}","isSnippet":true},{"name":"datatype","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"datatype=\"$1\"","isSnippet":true},{"name":"defaultChecked","kind":"property","kindModifiers":"declare,optional","sortText":"12"},{"name":"defaultValue","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"defaultValue={$1}","isSnippet":true},{"name":"dir","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"dir=\"$1\"","isSnippet":true},{"name":"draggable","kind":"property","kindModifiers":"declare,optional","sortText":"12"},{"name":"hidden","kind":"property","kindModifiers":"declare,optional","sortText":"12"},{"name":"id","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"id=\"$1\"","isSnippet":true},{"name":"inlist","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"inlist={$1}","isSnippet":true},{"name":"inputMode","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"inputMode=\"$1\"","isSnippet":true},{"name":"is","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"is=\"$1\"","isSnippet":true},{"name":"itemID","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"itemID=\"$1\"","isSnippet":true},{"name":"itemProp","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"itemProp=\"$1\"","isSnippet":true},{"name":"itemRef","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"itemRef=\"$1\"","isSnippet":true},{"name":"itemScope","kind":"property","kindModifiers":"declare,optional","sortText":"12"},{"name":"itemType","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"itemType=\"$1\"","isSnippet":true},{"name":"key","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"key={$1}","isSnippet":true},{"name":"lang","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"lang=\"$1\"","isSnippet":true},{"name":"onAbort","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onAbort={$1}","isSnippet":true},{"name":"onAbortCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onAbortCapture={$1}","isSnippet":true},{"name":"onAnimationEnd","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onAnimationEnd={$1}","isSnippet":true},{"name":"onAnimationEndCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onAnimationEndCapture={$1}","isSnippet":true},{"name":"onAnimationIteration","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onAnimationIteration={$1}","isSnippet":true},{"name":"onAnimationIterationCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onAnimationIterationCapture={$1}","isSnippet":true},{"name":"onAnimationStart","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onAnimationStart={$1}","isSnippet":true},{"name":"onAnimationStartCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onAnimationStartCapture={$1}","isSnippet":true},{"name":"onAuxClick","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onAuxClick={$1}","isSnippet":true},{"name":"onAuxClickCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onAuxClickCapture={$1}","isSnippet":true},{"name":"onBeforeInput","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onBeforeInput={$1}","isSnippet":true},{"name":"onBeforeInputCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onBeforeInputCapture={$1}","isSnippet":true},{"name":"onBlur","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onBlur={$1}","isSnippet":true},{"name":"onBlurCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onBlurCapture={$1}","isSnippet":true},{"name":"onCanPlay","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onCanPlay={$1}","isSnippet":true},{"name":"onCanPlayCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onCanPlayCapture={$1}","isSnippet":true},{"name":"onCanPlayThrough","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onCanPlayThrough={$1}","isSnippet":true},{"name":"onCanPlayThroughCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onCanPlayThroughCapture={$1}","isSnippet":true},{"name":"onChange","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onChange={$1}","isSnippet":true},{"name":"onChangeCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onChangeCapture={$1}","isSnippet":true},{"name":"onClick","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onClick={$1}","isSnippet":true},{"name":"onClickCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onClickCapture={$1}","isSnippet":true},{"name":"onCompositionEnd","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onCompositionEnd={$1}","isSnippet":true},{"name":"onCompositionEndCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onCompositionEndCapture={$1}","isSnippet":true},{"name":"onCompositionStart","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onCompositionStart={$1}","isSnippet":true},{"name":"onCompositionStartCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onCompositionStartCapture={$1}","isSnippet":true},{"name":"onCompositionUpdate","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onCompositionUpdate={$1}","isSnippet":true},{"name":"onCompositionUpdateCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onCompositionUpdateCapture={$1}","isSnippet":true},{"name":"onContextMenu","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onContextMenu={$1}","isSnippet":true},{"name":"onContextMenuCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onContextMenuCapture={$1}","isSnippet":true},{"name":"onCopy","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onCopy={$1}","isSnippet":true},{"name":"onCopyCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onCopyCapture={$1}","isSnippet":true},{"name":"onCut","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onCut={$1}","isSnippet":true},{"name":"onCutCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onCutCapture={$1}","isSnippet":true},{"name":"onDoubleClick","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onDoubleClick={$1}","isSnippet":true},{"name":"onDoubleClickCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onDoubleClickCapture={$1}","isSnippet":true},{"name":"onDrag","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onDrag={$1}","isSnippet":true},{"name":"onDragCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onDragCapture={$1}","isSnippet":true},{"name":"onDragEnd","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onDragEnd={$1}","isSnippet":true},{"name":"onDragEndCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onDragEndCapture={$1}","isSnippet":true},{"name":"onDragEnter","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onDragEnter={$1}","isSnippet":true},{"name":"onDragEnterCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onDragEnterCapture={$1}","isSnippet":true},{"name":"onDragExit","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onDragExit={$1}","isSnippet":true},{"name":"onDragExitCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onDragExitCapture={$1}","isSnippet":true},{"name":"onDragLeave","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onDragLeave={$1}","isSnippet":true},{"name":"onDragLeaveCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onDragLeaveCapture={$1}","isSnippet":true},{"name":"onDragOver","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onDragOver={$1}","isSnippet":true},{"name":"onDragOverCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onDragOverCapture={$1}","isSnippet":true},{"name":"onDragStart","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onDragStart={$1}","isSnippet":true},{"name":"onDragStartCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onDragStartCapture={$1}","isSnippet":true},{"name":"onDrop","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onDrop={$1}","isSnippet":true},{"name":"onDropCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onDropCapture={$1}","isSnippet":true},{"name":"onDurationChange","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onDurationChange={$1}","isSnippet":true},{"name":"onDurationChangeCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onDurationChangeCapture={$1}","isSnippet":true},{"name":"onEmptied","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onEmptied={$1}","isSnippet":true},{"name":"onEmptiedCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onEmptiedCapture={$1}","isSnippet":true},{"name":"onEncrypted","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onEncrypted={$1}","isSnippet":true},{"name":"onEncryptedCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onEncryptedCapture={$1}","isSnippet":true},{"name":"onEnded","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onEnded={$1}","isSnippet":true},{"name":"onEndedCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onEndedCapture={$1}","isSnippet":true},{"name":"onError","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onError={$1}","isSnippet":true},{"name":"onErrorCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onErrorCapture={$1}","isSnippet":true},{"name":"onFocus","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onFocus={$1}","isSnippet":true},{"name":"onFocusCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onFocusCapture={$1}","isSnippet":true},{"name":"onGotPointerCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onGotPointerCapture={$1}","isSnippet":true},{"name":"onGotPointerCaptureCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onGotPointerCaptureCapture={$1}","isSnippet":true},{"name":"onInput","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onInput={$1}","isSnippet":true},{"name":"onInputCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onInputCapture={$1}","isSnippet":true},{"name":"onInvalid","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onInvalid={$1}","isSnippet":true},{"name":"onInvalidCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onInvalidCapture={$1}","isSnippet":true},{"name":"onKeyDown","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onKeyDown={$1}","isSnippet":true},{"name":"onKeyDownCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onKeyDownCapture={$1}","isSnippet":true},{"name":"onKeyUp","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onKeyUp={$1}","isSnippet":true},{"name":"onKeyUpCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onKeyUpCapture={$1}","isSnippet":true},{"name":"onLoad","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onLoad={$1}","isSnippet":true},{"name":"onLoadCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onLoadCapture={$1}","isSnippet":true},{"name":"onLoadedData","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onLoadedData={$1}","isSnippet":true},{"name":"onLoadedDataCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onLoadedDataCapture={$1}","isSnippet":true},{"name":"onLoadedMetadata","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onLoadedMetadata={$1}","isSnippet":true},{"name":"onLoadedMetadataCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onLoadedMetadataCapture={$1}","isSnippet":true},{"name":"onLoadStart","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onLoadStart={$1}","isSnippet":true},{"name":"onLoadStartCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onLoadStartCapture={$1}","isSnippet":true},{"name":"onLostPointerCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onLostPointerCapture={$1}","isSnippet":true},{"name":"onLostPointerCaptureCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onLostPointerCaptureCapture={$1}","isSnippet":true},{"name":"onMouseDown","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onMouseDown={$1}","isSnippet":true},{"name":"onMouseDownCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onMouseDownCapture={$1}","isSnippet":true},{"name":"onMouseEnter","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onMouseEnter={$1}","isSnippet":true},{"name":"onMouseLeave","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onMouseLeave={$1}","isSnippet":true},{"name":"onMouseMove","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onMouseMove={$1}","isSnippet":true},{"name":"onMouseMoveCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onMouseMoveCapture={$1}","isSnippet":true},{"name":"onMouseOut","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onMouseOut={$1}","isSnippet":true},{"name":"onMouseOutCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onMouseOutCapture={$1}","isSnippet":true},{"name":"onMouseOver","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onMouseOver={$1}","isSnippet":true},{"name":"onMouseOverCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onMouseOverCapture={$1}","isSnippet":true},{"name":"onMouseUp","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onMouseUp={$1}","isSnippet":true},{"name":"onMouseUpCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onMouseUpCapture={$1}","isSnippet":true},{"name":"onPaste","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onPaste={$1}","isSnippet":true},{"name":"onPasteCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onPasteCapture={$1}","isSnippet":true},{"name":"onPause","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onPause={$1}","isSnippet":true},{"name":"onPauseCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onPauseCapture={$1}","isSnippet":true},{"name":"onPlay","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onPlay={$1}","isSnippet":true},{"name":"onPlayCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onPlayCapture={$1}","isSnippet":true},{"name":"onPlaying","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onPlaying={$1}","isSnippet":true},{"name":"onPlayingCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onPlayingCapture={$1}","isSnippet":true},{"name":"onPointerCancel","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onPointerCancel={$1}","isSnippet":true},{"name":"onPointerCancelCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onPointerCancelCapture={$1}","isSnippet":true},{"name":"onPointerDown","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onPointerDown={$1}","isSnippet":true},{"name":"onPointerDownCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onPointerDownCapture={$1}","isSnippet":true},{"name":"onPointerEnter","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onPointerEnter={$1}","isSnippet":true},{"name":"onPointerEnterCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onPointerEnterCapture={$1}","isSnippet":true},{"name":"onPointerLeave","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onPointerLeave={$1}","isSnippet":true},{"name":"onPointerLeaveCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onPointerLeaveCapture={$1}","isSnippet":true},{"name":"onPointerMove","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onPointerMove={$1}","isSnippet":true},{"name":"onPointerMoveCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onPointerMoveCapture={$1}","isSnippet":true},{"name":"onPointerOut","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onPointerOut={$1}","isSnippet":true},{"name":"onPointerOutCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onPointerOutCapture={$1}","isSnippet":true},{"name":"onPointerOver","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onPointerOver={$1}","isSnippet":true},{"name":"onPointerOverCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onPointerOverCapture={$1}","isSnippet":true},{"name":"onPointerUp","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onPointerUp={$1}","isSnippet":true},{"name":"onPointerUpCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onPointerUpCapture={$1}","isSnippet":true},{"name":"onProgress","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onProgress={$1}","isSnippet":true},{"name":"onProgressCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onProgressCapture={$1}","isSnippet":true},{"name":"onRateChange","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onRateChange={$1}","isSnippet":true},{"name":"onRateChangeCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onRateChangeCapture={$1}","isSnippet":true},{"name":"onReset","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onReset={$1}","isSnippet":true},{"name":"onResetCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onResetCapture={$1}","isSnippet":true},{"name":"onScroll","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onScroll={$1}","isSnippet":true},{"name":"onScrollCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onScrollCapture={$1}","isSnippet":true},{"name":"onSeeked","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onSeeked={$1}","isSnippet":true},{"name":"onSeekedCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onSeekedCapture={$1}","isSnippet":true},{"name":"onSeeking","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onSeeking={$1}","isSnippet":true},{"name":"onSeekingCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onSeekingCapture={$1}","isSnippet":true},{"name":"onSelect","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onSelect={$1}","isSnippet":true},{"name":"onSelectCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onSelectCapture={$1}","isSnippet":true},{"name":"onStalled","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onStalled={$1}","isSnippet":true},{"name":"onStalledCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onStalledCapture={$1}","isSnippet":true},{"name":"onSubmit","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onSubmit={$1}","isSnippet":true},{"name":"onSubmitCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onSubmitCapture={$1}","isSnippet":true},{"name":"onSuspend","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onSuspend={$1}","isSnippet":true},{"name":"onSuspendCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onSuspendCapture={$1}","isSnippet":true},{"name":"onTimeUpdate","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onTimeUpdate={$1}","isSnippet":true},{"name":"onTimeUpdateCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onTimeUpdateCapture={$1}","isSnippet":true},{"name":"onTouchCancel","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onTouchCancel={$1}","isSnippet":true},{"name":"onTouchCancelCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onTouchCancelCapture={$1}","isSnippet":true},{"name":"onTouchEnd","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onTouchEnd={$1}","isSnippet":true},{"name":"onTouchEndCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onTouchEndCapture={$1}","isSnippet":true},{"name":"onTouchMove","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onTouchMove={$1}","isSnippet":true},{"name":"onTouchMoveCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onTouchMoveCapture={$1}","isSnippet":true},{"name":"onTouchStart","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onTouchStart={$1}","isSnippet":true},{"name":"onTouchStartCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onTouchStartCapture={$1}","isSnippet":true},{"name":"onTransitionEnd","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onTransitionEnd={$1}","isSnippet":true},{"name":"onTransitionEndCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onTransitionEndCapture={$1}","isSnippet":true},{"name":"onVolumeChange","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onVolumeChange={$1}","isSnippet":true},{"name":"onVolumeChangeCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onVolumeChangeCapture={$1}","isSnippet":true},{"name":"onWaiting","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onWaiting={$1}","isSnippet":true},{"name":"onWaitingCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onWaitingCapture={$1}","isSnippet":true},{"name":"onWheel","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onWheel={$1}","isSnippet":true},{"name":"onWheelCapture","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"onWheelCapture={$1}","isSnippet":true},{"name":"placeholder","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"placeholder=\"$1\"","isSnippet":true},{"name":"prefix","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"prefix=\"$1\"","isSnippet":true},{"name":"property","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"property=\"$1\"","isSnippet":true},{"name":"radioGroup","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"radioGroup=\"$1\"","isSnippet":true},{"name":"ref","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"ref={$1}","isSnippet":true},{"name":"resource","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"resource=\"$1\"","isSnippet":true},{"name":"results","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"results={$1}","isSnippet":true},{"name":"role","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"role={$1}","isSnippet":true},{"name":"security","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"security=\"$1\"","isSnippet":true},{"name":"slot","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"slot=\"$1\"","isSnippet":true},{"name":"spellCheck","kind":"property","kindModifiers":"declare,optional","sortText":"12"},{"name":"style","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"style={$1}","isSnippet":true},{"name":"suppressContentEditableWarning","kind":"property","kindModifiers":"declare,optional","sortText":"12"},{"name":"suppressHydrationWarning","kind":"property","kindModifiers":"declare,optional","sortText":"12"},{"name":"tabIndex","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"tabIndex={$1}","isSnippet":true},{"name":"title","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"title=\"$1\"","isSnippet":true},{"name":"translate","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"translate=\"$1\"","isSnippet":true},{"name":"typeof","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"typeof=\"$1\"","isSnippet":true},{"name":"unselectable","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"unselectable=\"$1\"","isSnippet":true},{"name":"vocab","kind":"property","kindModifiers":"declare,optional","sortText":"12","insertText":"vocab=\"$1\"","isSnippet":true},{"name":"aria-dropeffect","kind":"property","kindModifiers":"deprecated,declare,optional","sortText":"20","insertText":"aria-dropeffect=\"$1\"","isSnippet":true},{"name":"aria-grabbed","kind":"property","kindModifiers":"deprecated,declare,optional","sortText":"20"},{"name":"onKeyPress","kind":"property","kindModifiers":"deprecated,declare,optional","sortText":"20","insertText":"onKeyPress={$1}","isSnippet":true},{"name":"onKeyPressCapture","kind":"property","kindModifiers":"deprecated,declare,optional","sortText":"20","insertText":"onKeyPressCapture={$1}","isSnippet":true}]}}
  2868. Info 154 [09:23:36.323] request:
  2869. {"seq":20,"type":"request","command":"completionEntryDetails","arguments":{"file":"/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx","line":20,"offset":13,"entryNames":["id"]}}
  2870. Info 155 [09:23:36.323] getCompletionData: Get current token: 0.023666977882385254
  2871. Info 156 [09:23:36.323] getCompletionData: Is inside comment: 0.03650003671646118
  2872. Info 157 [09:23:36.323] getCompletionData: Get previous token: 0.0474170446395874
  2873. Info 158 [09:23:36.323] getCompletionsAtPosition: isCompletionListBlocker: 0.011208057403564453
  2874. Info 159 [09:23:36.328] getCompletionData: Semantic work: 4.564209043979645
  2875. Perf 160 [09:23:36.334] 20::completionEntryDetails: elapsed time (in milliseconds) 11.6356
  2876. Info 161 [09:23:36.334] response:
  2877. {"seq":0,"type":"response","command":"completionEntryDetails","request_seq":20,"success":true,"body":[{"name":"id","kindModifiers":"declare,optional","kind":"property","displayParts":[{"text":"(","kind":"punctuation"},{"text":"property","kind":"text"},{"text":")","kind":"punctuation"},{"text":" ","kind":"space"},{"text":"HTMLAttributes","kind":"interfaceName"},{"text":"<","kind":"punctuation"},{"text":"HTMLDivElement","kind":"localName"},{"text":">","kind":"punctuation"},{"text":".","kind":"punctuation"},{"text":"id","kind":"propertyName"},{"text":"?","kind":"punctuation"},{"text":":","kind":"punctuation"},{"text":" ","kind":"space"},{"text":"string","kind":"keyword"},{"text":" ","kind":"space"},{"text":"|","kind":"punctuation"},{"text":" ","kind":"space"},{"text":"undefined","kind":"keyword"}],"documentation":[],"tags":[]}]}
  2878. Info 162 [09:23:36.335] request:
  2879. {"seq":21,"type":"request","command":"quickinfo","arguments":{"file":"/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx","line":20,"offset":13}}
  2880. Perf 163 [09:23:36.339] 21::quickinfo: elapsed time (in milliseconds) 3.9375
  2881. Info 164 [09:23:36.339] response:
  2882. {"seq":0,"type":"response","command":"quickinfo","request_seq":21,"success":true,"body":{"kind":"property","kindModifiers":"","start":{"line":20,"offset":12},"end":{"line":20,"offset":13},"displayString":"(property) i: true","documentation":[],"tags":[]}}
  2883. Info 165 [09:23:36.530] request:
  2884. {"seq":22,"type":"request","command":"geterr","arguments":{"delay":0,"files":["/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx"]}}
  2885. Perf 166 [09:23:36.530] 22::geterr: async elapsed time (in milliseconds) 0.3354
  2886. Info 167 [09:23:36.532] event:
  2887. {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx","diagnostics":[{"start":{"line":21,"offset":7},"end":{"line":21,"offset":8},"text":"Identifier expected.","code":1003,"category":"error"}]}}
  2888. Info 168 [09:23:37.145] event:
  2889. {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":22}}
  2890. Info 169 [09:23:37.147] request:
  2891. {"seq":23,"type":"request","command":"updateOpen","arguments":{"changedFiles":[{"fileName":"/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx","textChanges":[{"newText":"d","start":{"line":20,"offset":13},"end":{"line":20,"offset":13}}]}],"closedFiles":[],"openFiles":[]}}
  2892. Perf 170 [09:23:37.147] 23::updateOpen: elapsed time (in milliseconds) 0.1249
  2893. Info 171 [09:23:37.147] response:
  2894. {"seq":0,"type":"response","command":"updateOpen","request_seq":23,"success":true,"body":true}
  2895. Info 172 [09:23:37.147] request:
  2896. {"seq":24,"type":"request","command":"signatureHelp","arguments":{"file":"/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx","line":20,"offset":14}}
  2897. Info 173 [09:23:37.147] Starting updateGraphWorker: Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json
  2898. Info 174 [09:23:37.156] Finishing updateGraphWorker: Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 8.653041005134583ms
  2899. Info 175 [09:23:37.156] Different program with same set of files
  2900. Perf 176 [09:23:37.170] 24::signatureHelp: elapsed time (in milliseconds) 23.2500
  2901. Info 177 [09:23:37.170] response:
  2902. {"seq":0,"type":"response","command":"signatureHelp","request_seq":24,"success":false,"performanceData":{"updateGraphDurationMs":8.653041005134583},"message":"No content available."}
  2903. Info 178 [09:23:37.171] request:
  2904. {"seq":25,"type":"request","command":"geterr","arguments":{"delay":0,"files":["/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx"]}}
  2905. Perf 179 [09:23:37.171] 25::geterr: async elapsed time (in milliseconds) 0.0751
  2906. Info 180 [09:23:37.172] event:
  2907. {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx","diagnostics":[{"start":{"line":21,"offset":7},"end":{"line":21,"offset":8},"text":"Identifier expected.","code":1003,"category":"error"}]}}
  2908. Info 181 [09:23:37.743] event:
  2909. {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx","diagnostics":[{"start":{"line":20,"offset":12},"end":{"line":20,"offset":14},"text":"Type 'boolean' is not assignable to type 'string'.","code":2322,"category":"error","relatedInformation":[{"span":{"start":{"line":1833,"offset":9},"end":{"line":1833,"offset":11},"file":"/Users/otavio/Projetos/nest-investment-front/node_modules/@types/react/index.d.ts"},"message":"The expected type comes from property 'id' which is declared here on type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'","category":"message","code":6500}]}]}}
  2910. Info 182 [09:23:37.745] event:
  2911. {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx","diagnostics":[{"start":{"line":3,"offset":1},"end":{"line":3,"offset":61},"text":"'library' is declared but its value is never read.","code":6133,"category":"suggestion","reportsUnnecessary":true},{"start":{"line":4,"offset":1},"end":{"line":4,"offset":58},"text":"'fab' is declared but its value is never read.","code":6133,"category":"suggestion","reportsUnnecessary":true}]}}
  2912. Info 183 [09:23:37.745] event:
  2913. {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":25}}
  2914. Info 184 [09:23:38.181] request:
  2915. {"seq":26,"type":"request","command":"updateOpen","arguments":{"changedFiles":[{"fileName":"/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx","textChanges":[{"newText":" <div id\n <Container>\n <Component useWallet={wallet} {...pageProps} />\n </div>\n","start":{"line":20,"offset":1},"end":{"line":24,"offset":1}}]}],"closedFiles":[],"openFiles":[]}}
  2916. Perf 185 [09:23:38.182] 26::updateOpen: elapsed time (in milliseconds) 0.3963
  2917. Info 186 [09:23:38.182] response:
  2918. {"seq":0,"type":"response","command":"updateOpen","request_seq":26,"success":true,"body":true}
  2919. Info 187 [09:23:38.182] request:
  2920. {"seq":27,"type":"request","command":"geterr","arguments":{"delay":0,"files":["/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx"]}}
  2921. Perf 188 [09:23:38.183] 27::geterr: async elapsed time (in milliseconds) 0.2610
  2922. Info 189 [09:23:38.184] Starting updateGraphWorker: Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json
  2923. Info 190 [09:23:38.197] Finishing updateGraphWorker: Project: /Users/otavio/Projetos/nest-investment-front/tsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 12.599624991416931ms
  2924. Info 191 [09:23:38.197] Different program with same set of files
  2925. Info 192 [09:23:38.197] event:
  2926. {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx","diagnostics":[{"start":{"line":21,"offset":7},"end":{"line":21,"offset":8},"text":"Identifier expected.","code":1003,"category":"error"},{"start":{"line":21,"offset":8},"end":{"line":21,"offset":17},"text":"JSX element 'Container' has no corresponding closing tag.","code":17008,"category":"error"},{"start":{"line":17,"offset":5},"end":{"line":24,"offset":17},"text":"JSX expressions must have one parent element.","code":2657,"category":"error"},{"start":{"line":25,"offset":5},"end":{"line":25,"offset":7},"text":"')' expected.","code":1005,"category":"error"},{"start":{"line":26,"offset":3},"end":{"line":26,"offset":4},"text":"Expression expected.","code":1109,"category":"error"}]}}
  2927. Info 193 [09:23:38.702] event:
  2928. {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx","diagnostics":[{"start":{"line":20,"offset":12},"end":{"line":20,"offset":14},"text":"Type 'boolean' is not assignable to type 'string'.","code":2322,"category":"error","relatedInformation":[{"span":{"start":{"line":1833,"offset":9},"end":{"line":1833,"offset":11},"file":"/Users/otavio/Projetos/nest-investment-front/node_modules/@types/react/index.d.ts"},"message":"The expected type comes from property 'id' which is declared here on type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'","category":"message","code":6500}]},{"start":{"line":25,"offset":7},"end":{"line":25,"offset":10},"text":"Cannot find name 'div'.","code":2304,"category":"error"}]}}
  2929. Info 194 [09:23:38.703] event:
  2930. {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/Users/otavio/Projetos/nest-investment-front/pages/_app.tsx","diagnostics":[{"start":{"line":3,"offset":1},"end":{"line":3,"offset":61},"text":"'library' is declared but its value is never read.","code":6133,"category":"suggestion","reportsUnnecessary":true},{"start":{"line":4,"offset":1},"end":{"line":4,"offset":58},"text":"'fab' is declared but its value is never read.","code":6133,"category":"suggestion","reportsUnnecessary":true},{"start":{"line":25,"offset":7},"end":{"line":26,"offset":5},"text":"Unreachable code detected.","code":7027,"category":"suggestion","reportsUnnecessary":true}]}}
  2931. Info 195 [09:23:38.703] event:
  2932. {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":27}}
  2933.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement