<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Kavinkumar R</title>
    <description>The latest articles on DEV Community by Kavinkumar R (@xnivaxhzne).</description>
    <link>https://dev.to/xnivaxhzne</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F993371%2F6c8ba139-2bed-4d4a-b3e2-1675fc0bed90.jpeg</url>
      <title>DEV Community: Kavinkumar R</title>
      <link>https://dev.to/xnivaxhzne</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/xnivaxhzne"/>
    <language>en</language>
    <item>
      <title>What is the purpose of jsconfig.json?</title>
      <dc:creator>Kavinkumar R</dc:creator>
      <pubDate>Thu, 10 Jul 2025 04:15:31 +0000</pubDate>
      <link>https://dev.to/xnivaxhzne/what-is-the-purpose-of-jsconfigjson-4ob0</link>
      <guid>https://dev.to/xnivaxhzne/what-is-the-purpose-of-jsconfigjson-4ob0</guid>
      <description>&lt;ul&gt;
&lt;li&gt;As the name suggests, it is used in javascript project.&lt;/li&gt;
&lt;li&gt;It's usually located at the root of the project.&lt;/li&gt;
&lt;li&gt;It tells the editor(like VS Code) how to handle intellisense, auto completion and path aliasing.&lt;/li&gt;
&lt;li&gt;It is a descendent of tsconfig.json file - configuration file for typescript.&lt;/li&gt;
&lt;li&gt;Path aliasing defined here in this file won't impact the build. For that, you need to configure your bundler(like Webpack, vite, etc...) separately.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>javascript</category>
      <category>vscode</category>
      <category>webdev</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
