tsconfig.json — astro Source File
Architecture documentation for tsconfig.json, a json file in the astro codebase.
Entity Profile
Source Code
{
"extends": "../../tsconfig.base.json",
"include": ["src", "index.d.ts"],
"compilerOptions": {
"allowJs": true,
"emitDeclarationOnly": false,
"noEmit": true,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "Bundler",
"outDir": "./dist",
"declarationDir": "./dist/types"
}
}
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/upgrade/tsconfig.json (directory: packages/upgrade).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free