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

tsconfig.base.json — astro Source File

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

Entity Profile

Source Code

{
  "$schema": "https://json.schemastore.org/tsconfig",
  "compilerOptions": {
    "declaration": true,
    "emitDeclarationOnly": true,
    "strict": true,
    "moduleResolution": "Node16",
    "target": "ES2022",
    "module": "Node16",
    "esModuleInterop": true,
    "skipLibCheck": true,
    "verbatimModuleSyntax": true,
    "stripInternal": true,
    "noUnusedLocals": true,
    "noUnusedParameters": true
  }
}

Analyze Your Own Codebase

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

Try Supermodel Free