Home / File/ tsconfig.json — vue Source File

tsconfig.json — vue Source File

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

Entity Profile

Source Code

{
  "compilerOptions": {
    "target": "esnext",
    "experimentalDecorators": true,
    "lib": ["dom", "esnext"],
    "types": ["node"],
    "module": "esnext",
    "moduleResolution": "node",
    "jsx": "preserve",
    "strict": true,
    "noEmit": true,
    "paths": {
      "vue": ["../index.d.ts"]
    }
  },
  "include": ["."],
  "compileOnSave": false
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free