tsconfig.json — astro Source File
Architecture documentation for tsconfig.json, a json file in the astro codebase.
Entity Profile
Source Code
{
"extends": "../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"emitDeclarationOnly": false,
"sourceMap": true,
"module": "ES2022",
"target": "ES2022"
},
"include": ["src"]
}
Source
Frequently Asked Questions
What does tsconfig.json do?
tsconfig.json is a source file in the astro codebase, written in json.
Where is tsconfig.json in the architecture?
tsconfig.json is located at packages/language-tools/astro-check/tsconfig.json (directory: packages/language-tools/astro-check).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free