Home / File/ tsconfig.virtual.json — astro Source File

tsconfig.virtual.json — astro Source File

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

Entity Profile

Source Code

{
  // We want to avoid defineTable() and defineDb() import hints
  // from the runtime config export instead of astro:db.
  // We exclude runtime/virtual from the base types,
  // and generate to a separate _internal/ directory
  // for our virtual module (virtual.d.ts) to reference.
  "extends": "../../tsconfig.base.json",
  "files": ["./src/runtime/virtual.ts"],
  "compilerOptions": {
    "outDir": "./dist/_internal"
  }
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free