Home / File/ tsconfig.json — ui Source File

tsconfig.json — ui Source File

Architecture documentation for tsconfig.json, a json file in the ui codebase.

Entity Profile

Source Code

{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "isolatedModules": false,
    "resolveJsonModule": true,
    "baseUrl": ".",
    "paths": {
      "@/*": ["./*"]
    }
  },
  "include": ["src/**/*.ts"],
  "exclude": ["node_modules", "test/fixtures"]
}

Frequently Asked Questions

What does tsconfig.json do?
tsconfig.json is a source file in the ui codebase, written in json.
Where is tsconfig.json in the architecture?
tsconfig.json is located at packages/shadcn/tsconfig.json (directory: packages/shadcn).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free