Home / File/ tsconfig.app.json — vite Source File

tsconfig.app.json — vite Source File

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

Entity Profile

Source Code

{
  "extends": "@vue/tsconfig/tsconfig.dom.json",
  "compilerOptions": {
    "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
    "types": ["vite/client"],

    /* Linting */
    "strict": true,
    "noUnusedLocals": true,
    "noUnusedParameters": true,
    "erasableSyntaxOnly": true,
    "noFallthroughCasesInSwitch": true,
    "noUncheckedSideEffectImports": true
  },
  "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"]
}

Frequently Asked Questions

What does tsconfig.app.json do?
tsconfig.app.json is a source file in the vite codebase, written in json.
Where is tsconfig.app.json in the architecture?
tsconfig.app.json is located at packages/create-vite/template-vue-ts/tsconfig.app.json (directory: packages/create-vite/template-vue-ts).

Analyze Your Own Codebase

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

Try Supermodel Free