Home / File/ strict.json — astro Source File

strict.json — astro Source File

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

Entity Profile

Source Code

{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "./base.json",
  "compilerOptions": {
    // Enable strict mode. This enables a few options at a time, see https://www.typescriptlang.org/tsconfig#strict for a list.
    "strict": true
  }
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free