Home / File/ tsconfig.json — react Source File

tsconfig.json — react Source File

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

Entity Profile

Source Code

{
  "extends": "@tsconfig/strictest/tsconfig.json",
  "compilerOptions": {
    "module": "Node16",
    "moduleResolution": "Node16",
    "rootDir": "../",
    "noEmit": true,
    "jsx": "react-jsxdev",
    "lib": ["ES2022"],

    "target": "ES2022",
    "importsNotUsedAsValues": "remove",
  },
  "exclude": ["node_modules"],
  "include": ["server/src/**/*.ts", "client/src/**/*.ts"],
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free