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

{
  "exclude": [
    "../node_modules/@types/jest",
    "../node_modules/@testing-library/jest-dom"
  ],
  "include": [
    "e2e/**/*",
    "support/**/*",
    "../node_modules/cypress",
    "../node_modules/@testing-library/cypress"
  ],
  "compilerOptions": {
    "baseUrl": "./",
    "noEmit": true,
    "types": ["node", "cypress", "@testing-library/cypress"],
    "esModuleInterop": true,
    "jsx": "react-jsx",
    "moduleResolution": "Bundler",
    "target": "ES2020",
    "strict": true,
    "skipLibCheck": true,
    "resolveJsonModule": true,

    "paths": {
      "~/*": ["../app/*"]
    }
  }
}

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/test/fixtures/frameworks/remix-indie-stack/cypress/tsconfig.json (directory: packages/shadcn/test/fixtures/frameworks/remix-indie-stack/cypress).

Analyze Your Own Codebase

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

Try Supermodel Free