Closed alcercu closed 2 months ago
The pull request modifies the TypeScript configuration file (tsconfig.json
) by adding a types
array under the compilerOptions
section. This array includes the entries "vite/client"
and "vite-plugin-svgr/client"
, which specifies the types to be included in the compilation process.
Files | Change Summary |
---|---|
web/tsconfig.json | Added "types": ["vite/client", "vite-plugin-svgr/client"] in tsconfig.json |
sequenceDiagram
participant Developer
participant TypeScript Compiler
participant Vite
participant SVG Plugin
Developer->>TypeScript Compiler: Compile code
TypeScript Compiler->>Vite: Include types
TypeScript Compiler->>SVG Plugin: Include SVG types
Vite->>TypeScript Compiler: Return Vite types
SVG Plugin->>TypeScript Compiler: Return SVG plugin types
TypeScript Compiler-->>Developer: Compilation complete with specified types
🐇 In the garden of code, where the bunnies play,
New types hop in, brightening the day.
Vite and SVGs, a delightful pair,
Enhancing our work with love and care.
With every compile, we leap and cheer,
For a safer, smoother path is now clear! 🌼
[!TIP]
New features
Walkthrough comment now includes: - Possibly related PRs: A list of potentially related PRs to help you recall past context. - Suggested labels: CodeRabbit can now suggest labels by learning from your past PRs. You can also provide custom labeling instructions in the UI or configuration file. Notes: - Please share any feedback in the [discussion post](https://discordapp.com/channels/1134356397673414807/1282535539299323995) on our Discord. - Possibly related PRs, automatic label suggestions based on past PRs, learnings, and possibly related issues require data opt-in (enabled by default).
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Name | Link |
---|---|
Latest commit | b012afb1e46916702bab896e50e76f4e407e649d |
Latest deploy log | https://app.netlify.com/sites/kleros-v2-university/deploys/66dec82b408ba700084f8f94 |
Name | Link |
---|---|
Latest commit | b012afb1e46916702bab896e50e76f4e407e649d |
Latest deploy log | https://app.netlify.com/sites/kleros-v2-neo/deploys/66dec82b60114e0008e1fc36 |
Deploy Preview | https://deploy-preview-1684--kleros-v2-neo.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Name | Link |
---|---|
Latest commit | b012afb1e46916702bab896e50e76f4e407e649d |
Latest deploy log | https://app.netlify.com/sites/kleros-v2-testnet/deploys/66dec82bd137f50008b1d28c |
Deploy Preview | https://deploy-preview-1684--kleros-v2-testnet.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Code Climate has analyzed commit b012afb1 and detected 0 issues on this pull request.
View more on Code Climate.
PR-Codex overview
This PR adds types for Vite and Vite plugin SVGR in
tsconfig.json
.Detailed summary
vite/client
andvite-plugin-svgr/client
totypes
intsconfig.json
Summary by CodeRabbit